Html Css Color HEX #2F702F Japanese Laurel

📋 copy color: '#2F702F'

red 47 ◦ green 112 ◦ blue 47

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

Shades of Japanese Laurel #2F702F

Tints of Japanese Laurel #2F702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.37%

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

R = 22.82%
G = 54.37%
B = 22.82%

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

#2F702F (or 0x2F702F) is known color: Japanese Laurel. HEX triplet: 2F, 70 and 2F. RGB value is (47,112,47). Sum of RGB (Red+Green+Blue) = 47+112+47=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #2F702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F702F is #D08FD0. Grayscale: #555555. Windows color (decimal): -13668305 or 3108911. OLE color: 3108911.

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

Color convert

RGB 47 112 47 -
CMYK 0.58 0 0.58 0.56
HSL 120º 0.41% 0.31% -
HSV(B) 120º 0.58% 0.44% -
XYZ 7.48 12.4 4.69 -
YUV 85.16 106.47 100.79 -
System Red Green Blue C M Y K H S L
Decimal 47 112 47 0.58 0 0.58 0.56 120 0.41 0.31
Hex 2F 70 2F 3A 0 3A 38 78 29 1F
Octal 57 160 57 72 0 72 70 170 51 37
Binary 101111 1110000 101111 111010 0 111010 111000 1111000 101001 11111

Color Harmonies of #2F702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F702F

Black with #2F702F

Text Example


Text Example

White with #2F702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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