Html Css Color HEX #2F7C38 Japanese Laurel

📋 copy color: '#2F7C38'

red 47 ◦ green 124 ◦ blue 56

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

Shades of Japanese Laurel #2F7C38

Tints of Japanese Laurel #2F7C38

RGB

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

 GREEN value IS 124 (48.83% from 255) = 54.63%

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

R = 20.7%
G = 54.63%
B = 24.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#2F7C38 (or 0x2F7C38) is known color: Japanese Laurel. HEX triplet: 2F, 7C and 38. RGB value is (47,124,56). Sum of RGB (Red+Green+Blue) = 47+124+56=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 124 (48.83% from 255 or 54.63% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 124 - color contains mainly: green. Hex color #2F7C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7C38 is #D083C7. Grayscale: #5D5D5D. Windows color (decimal): -13665224 or 3701807. OLE color: 3701807.

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

Color convert

RGB 47 124 56 -
CMYK 0.62 0 0.55 0.51
HSL 127.01º 0.45% 0.34% -
HSV(B) 127.01º 0.62% 0.49% -
XYZ 9.09 15.31 6.22 -
YUV 93.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 47 124 56 0.62 0 0.55 0.51 127.01 0.45 0.34
Hex 2F 7C 38 3E 0 37 33 7F 2D 22
Octal 57 174 70 76 0 67 63 177 55 42
Binary 101111 1111100 111000 111110 0 110111 110011 1111111 101101 100010

Color Harmonies of #2F7C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F7C38

Black with #2F7C38

Text Example


Text Example

White with #2F7C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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