Html Css Color HEX #30822C Japanese Laurel

📋 copy color: '#30822C'

red 48 ◦ green 130 ◦ blue 44

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

Shades of Japanese Laurel #30822C

Tints of Japanese Laurel #30822C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.82%

R = 21.62%
G = 58.56%
B = 19.82%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#30822C (or 0x30822C) is known color: Japanese Laurel. HEX triplet: 30, 82 and 2C. RGB value is (48,130,44). Sum of RGB (Red+Green+Blue) = 48+130+44=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #30822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30822C is #CF7DD3. Grayscale: #5F5F5F. Windows color (decimal): -13598164 or 2916912. OLE color: 2916912.

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

Color convert

RGB 48 130 44 -
CMYK 0.63 0 0.66 0.49
HSL 117.21º 0.49% 0.34% -
HSV(B) 117.21º 0.66% 0.51% -
XYZ 9.66 16.78 5.11 -
YUV 95.68 98.83 93.99 -
System Red Green Blue C M Y K H S L
Decimal 48 130 44 0.63 0 0.66 0.49 117.21 0.49 0.34
Hex 30 82 2C 3F 0 42 31 75 31 22
Octal 60 202 54 77 0 102 61 165 61 42
Binary 110000 10000010 101100 111111 0 1000010 110001 1110101 110001 100010

Color Harmonies of #30822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30822C

Black with #30822C

Text Example


Text Example

White with #30822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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