Html Css Color HEX #30822D Japanese Laurel

📋 copy color: '#30822D'

red 48 ◦ green 130 ◦ blue 45

#30822D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japanese Laurel #30822D

Tints of Japanese Laurel #30822D

RGB

 RED value IS 48 (19.14% from 255) = 21.52%

 GREEN value IS 130 (51.17% from 255) = 58.3%

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 21.52%
G = 58.3%
B = 20.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30822D (or 0x30822D) is known color: Japanese Laurel. HEX triplet: 30, 82 and 2D. RGB value is (48,130,45). Sum of RGB (Red+Green+Blue) = 48+130+45=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #30822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30822D is #CF7DD2. Grayscale: #606060. Windows color (decimal): -13598163 or 2982448. OLE color: 2982448.

HSL color Cylindrical-coordinate representation of color #30822D: hue angle of 117.88º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30822D is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 45 -
CMYK 0.63 0 0.65 0.49
HSL 117.88º 0.49% 0.34% -
HSV(B) 117.88º 0.65% 0.51% -
XYZ 9.68 16.78 5.21 -
YUV 95.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 48 130 45 0.63 0 0.65 0.49 117.88 0.49 0.34
Hex 30 82 2D 3F 0 41 31 76 31 22
Octal 60 202 55 77 0 101 61 166 61 42
Binary 110000 10000010 101101 111111 0 1000001 110001 1110110 110001 100010

Color Harmonies of #30822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30822D

Black with #30822D

Text Example


Text Example

White with #30822D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30822D; }

 p { color: rgb(48,130,45); }

 H1.HeaderClassName
 {
   color: #30822D;
 }
 .AnyTagClassName
 {
   color: #30822D;
 }
</style>

background-color css

<style>
 a { background-color: #30822D; }

 a { background-color: rgb(48,130,45); }

 div.DivClassName
 {
   background-color: #30822D;
 }
 .BgClassName
 {
   background-color: #30822D;
 }
</style>

border-color css

<style>
 span { border-color: #30822D; }

 span { border-color: rgb(48,130,45); }

 td.TdClassName
 {
   border-color: #30822D;
 }
 .TagClassName
 {
   border-color: #30822D;
 }
</style>