Html Css Color HEX #30712C Japanese Laurel

📋 copy color: '#30712C'

red 48 ◦ green 113 ◦ blue 44

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

Shades of Japanese Laurel #30712C

Tints of Japanese Laurel #30712C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.12%

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

R = 23.41%
G = 55.12%
B = 21.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#30712C (or 0x30712C) is known color: Japanese Laurel. HEX triplet: 30, 71 and 2C. RGB value is (48,113,44). Sum of RGB (Red+Green+Blue) = 48+113+44=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #30712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30712C is #CF8ED3. Grayscale: #555555. Windows color (decimal): -13602516 or 2912560. OLE color: 2912560.

HSL color Cylindrical-coordinate representation of color #30712C: hue angle of 116.52º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30712C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 113 44 -
CMYK 0.58 0 0.61 0.56
HSL 116.52º 0.44% 0.31% -
HSV(B) 116.52º 0.61% 0.44% -
XYZ 7.58 12.62 4.42 -
YUV 85.7 104.47 101.11 -
System Red Green Blue C M Y K H S L
Decimal 48 113 44 0.58 0 0.61 0.56 116.52 0.44 0.31
Hex 30 71 2C 3A 0 3D 38 75 2C 1F
Octal 60 161 54 72 0 75 70 165 54 37
Binary 110000 1110001 101100 111010 0 111101 111000 1110101 101100 11111

Color Harmonies of #30712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30712C

Black with #30712C

Text Example


Text Example

White with #30712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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