Html Css Color HEX #2F7E38 Japanese Laurel

📋 copy color: '#2F7E38'

red 47 ◦ green 126 ◦ blue 56

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

Shades of Japanese Laurel #2F7E38

Tints of Japanese Laurel #2F7E38

RGB

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

 GREEN value IS 126 (49.61% from 255) = 55.02%

 BLUE value IS 56 (22.27% from 255) = 24.45%

R = 20.52%
G = 55.02%
B = 24.45%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#2F7E38 (or 0x2F7E38) is known color: Japanese Laurel. HEX triplet: 2F, 7E and 38. RGB value is (47,126,56). Sum of RGB (Red+Green+Blue) = 47+126+56=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #2F7E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7E38 is #D081C7. Grayscale: #5E5E5E. Windows color (decimal): -13664712 or 3702319. OLE color: 3702319.

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

Color convert

RGB 47 126 56 -
CMYK 0.63 0 0.56 0.51
HSL 126.84º 0.46% 0.34% -
HSV(B) 126.84º 0.63% 0.49% -
XYZ 9.35 15.81 6.3 -
YUV 94.4 106.33 94.19 -
System Red Green Blue C M Y K H S L
Decimal 47 126 56 0.63 0 0.56 0.51 126.84 0.46 0.34
Hex 2F 7E 38 3F 0 38 33 7F 2E 22
Octal 57 176 70 77 0 70 63 177 56 42
Binary 101111 1111110 111000 111111 0 111000 110011 1111111 101110 100010

Color Harmonies of #2F7E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7E38

Black with #2F7E38

Text Example


Text Example

White with #2F7E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,126,56); }

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

background-color css

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

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

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

border-color css

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

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

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