Html Css Color HEX #30712F Japanese Laurel

📋 copy color: '#30712F'

red 48 ◦ green 113 ◦ blue 47

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

Shades of Japanese Laurel #30712F

Tints of Japanese Laurel #30712F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.6%

R = 23.08%
G = 54.33%
B = 22.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#30712F (or 0x30712F) is known color: Japanese Laurel. HEX triplet: 30, 71 and 2F. RGB value is (48,113,47). Sum of RGB (Red+Green+Blue) = 48+113+47=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #30712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30712F is #CF8ED0. Grayscale: #565656. Windows color (decimal): -13602513 or 3109168. OLE color: 3109168.

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

Color convert

RGB 48 113 47 -
CMYK 0.58 0 0.58 0.56
HSL 119.09º 0.41% 0.31% -
HSV(B) 119.09º 0.58% 0.44% -
XYZ 7.64 12.64 4.73 -
YUV 86.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 48 113 47 0.58 0 0.58 0.56 119.09 0.41 0.31
Hex 30 71 2F 3A 0 3A 38 77 29 1F
Octal 60 161 57 72 0 72 70 167 51 37
Binary 110000 1110001 101111 111010 0 111010 111000 1110111 101001 11111

Color Harmonies of #30712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30712F

Black with #30712F

Text Example


Text Example

White with #30712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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