Html Css Color HEX #2F7F3E Japanese Laurel

📋 copy color: '#2F7F3E'

red 47 ◦ green 127 ◦ blue 62

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

Shades of Japanese Laurel #2F7F3E

Tints of Japanese Laurel #2F7F3E

RGB

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

 GREEN value IS 127 (50% from 255) = 53.81%

 BLUE value IS 62 (24.61% from 255) = 26.27%

R = 19.92%
G = 53.81%
B = 26.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#2F7F3E (or 0x2F7F3E) is known color: Japanese Laurel. HEX triplet: 2F, 7F and 3E. RGB value is (47,127,62). Sum of RGB (Red+Green+Blue) = 47+127+62=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #2F7F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7F3E is #D080C1. Grayscale: #5F5F5F. Windows color (decimal): -13664450 or 4095791. OLE color: 4095791.

HSL color Cylindrical-coordinate representation of color #2F7F3E: hue angle of 131.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2F7F3E is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 127 62 -
CMYK 0.63 0 0.51 0.50
HSL 131.25º 0.46% 0.34% -
HSV(B) 131.25º 0.63% 0.5% -
XYZ 9.63 16.13 7.16 -
YUV 95.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 47 127 62 0.63 0 0.51 0.50 131.25 0.46 0.34
Hex 2F 7F 3E 3F 0 33 32 83 2E 22
Octal 57 177 76 77 0 63 62 203 56 42
Binary 101111 1111111 111110 111111 0 110011 110010 10000011 101110 100010

Color Harmonies of #2F7F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7F3E

Black with #2F7F3E

Text Example


Text Example

White with #2F7F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,127,62); }

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

background-color css

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

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

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

border-color css

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

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

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