Html Css Color HEX #30712D Japanese Laurel

📋 copy color: '#30712D'

red 48 ◦ green 113 ◦ blue 45

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

Shades of Japanese Laurel #30712D

Tints of Japanese Laurel #30712D

RGB

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

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

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

R = 23.3%
G = 54.85%
B = 21.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#30712D (or 0x30712D) is known color: Japanese Laurel. HEX triplet: 30, 71 and 2D. RGB value is (48,113,45). Sum of RGB (Red+Green+Blue) = 48+113+45=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #30712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30712D is #CF8ED2. Grayscale: #565656. Windows color (decimal): -13602515 or 2978096. OLE color: 2978096.

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

Color convert

RGB 48 113 45 -
CMYK 0.58 0 0.60 0.56
HSL 117.35º 0.43% 0.31% -
HSV(B) 117.35º 0.6% 0.44% -
XYZ 7.6 12.63 4.52 -
YUV 85.81 104.97 101.03 -
System Red Green Blue C M Y K H S L
Decimal 48 113 45 0.58 0 0.60 0.56 117.35 0.43 0.31
Hex 30 71 2D 3A 0 3C 38 75 2B 1F
Octal 60 161 55 72 0 74 70 165 53 37
Binary 110000 1110001 101101 111010 0 111100 111000 1110101 101011 11111

Color Harmonies of #30712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30712D

Black with #30712D

Text Example


Text Example

White with #30712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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