Html Css Color HEX #2F712E Japanese Laurel

📋 copy color: '#2F712E'

red 47 ◦ green 113 ◦ blue 46

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

Shades of Japanese Laurel #2F712E

Tints of Japanese Laurel #2F712E

RGB

 RED value IS 47 (18.75% from 255) = 22.82%

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

 BLUE value IS 46 (18.36% from 255) = 22.33%

R = 22.82%
G = 54.85%
B = 22.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#2F712E (or 0x2F712E) is known color: Japanese Laurel. HEX triplet: 2F, 71 and 2E. RGB value is (47,113,46). Sum of RGB (Red+Green+Blue) = 47+113+46=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #2F712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F712E is #D08ED1. Grayscale: #555555. Windows color (decimal): -13668050 or 3043631. OLE color: 3043631.

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

Color convert

RGB 47 113 46 -
CMYK 0.58 0 0.59 0.56
HSL 119.1º 0.42% 0.31% -
HSV(B) 119.1º 0.59% 0.44% -
XYZ 7.57 12.61 4.62 -
YUV 85.63 105.63 100.45 -
System Red Green Blue C M Y K H S L
Decimal 47 113 46 0.58 0 0.59 0.56 119.1 0.42 0.31
Hex 2F 71 2E 3A 0 3B 38 77 2A 1F
Octal 57 161 56 72 0 73 70 167 52 37
Binary 101111 1110001 101110 111010 0 111011 111000 1110111 101010 11111

Color Harmonies of #2F712E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F712E

Black with #2F712E

Text Example


Text Example

White with #2F712E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F712E; }

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

 H1.HeaderClassName
 {
   color: #2F712E;
 }
 .AnyTagClassName
 {
   color: #2F712E;
 }
</style>

background-color css

<style>
 a { background-color: #2F712E; }

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

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

border-color css

<style>
 span { border-color: #2F712E; }

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

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