Html Css Color HEX #2F712F Japanese Laurel

📋 copy color: '#2F712F'

red 47 ◦ green 113 ◦ blue 47

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

Shades of Japanese Laurel #2F712F

Tints of Japanese Laurel #2F712F

RGB

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

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

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

R = 22.71%
G = 54.59%
B = 22.71%

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

#2F712F (or 0x2F712F) is known color: Japanese Laurel. HEX triplet: 2F, 71 and 2F. RGB value is (47,113,47). Sum of RGB (Red+Green+Blue) = 47+113+47=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #2F712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F712F is #D08ED0. Grayscale: #555555. Windows color (decimal): -13668049 or 3109167. OLE color: 3109167.

HSL color Cylindrical-coordinate representation of color #2F712F: hue angle of 120º 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 #2F712F is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 113 47 -
CMYK 0.58 0 0.58 0.56
HSL 120º 0.41% 0.31% -
HSV(B) 120º 0.58% 0.44% -
XYZ 7.59 12.62 4.73 -
YUV 85.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 47 113 47 0.58 0 0.58 0.56 120 0.41 0.31
Hex 2F 71 2F 3A 0 3A 38 78 29 1F
Octal 57 161 57 72 0 72 70 170 51 37
Binary 101111 1110001 101111 111010 0 111010 111000 1111000 101001 11111

Color Harmonies of #2F712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F712F

Black with #2F712F

Text Example


Text Example

White with #2F712F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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