Html Css Color HEX #30822A Japanese Laurel

📋 copy color: '#30822A'

red 48 ◦ green 130 ◦ blue 42

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

Shades of Japanese Laurel #30822A

Tints of Japanese Laurel #30822A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.09%

R = 21.82%
G = 59.09%
B = 19.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#30822A (or 0x30822A) is known color: Japanese Laurel. HEX triplet: 30, 82 and 2A. RGB value is (48,130,42). Sum of RGB (Red+Green+Blue) = 48+130+42=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #30822A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30822A is #CF7DD5. Grayscale: #5F5F5F. Windows color (decimal): -13598166 or 2785840. OLE color: 2785840.

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

Color convert

RGB 48 130 42 -
CMYK 0.63 0 0.68 0.49
HSL 115.91º 0.51% 0.34% -
HSV(B) 115.91º 0.68% 0.51% -
XYZ 9.62 16.76 4.92 -
YUV 95.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 48 130 42 0.63 0 0.68 0.49 115.91 0.51 0.34
Hex 30 82 2A 3F 0 44 31 74 33 22
Octal 60 202 52 77 0 104 61 164 63 42
Binary 110000 10000010 101010 111111 0 1000100 110001 1110100 110011 100010

Color Harmonies of #30822A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30822A

Black with #30822A

Text Example


Text Example

White with #30822A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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