#2F7C38

Color #2F7C38 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2F7C38

Tints of Japanese Laurel #2F7C38

Color information

#2F7C38 (or 0x2F7C38) is unknown color: approx 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

RGB4712456-
CMYK0.6200.550.51
HSL127.01º45.03%33.53%-
HSV(B)127.01º62.1%48.63%-
XYZ9.0915.316.22-
YUV93.22106.9995.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.70%
GREEN value IS 124 (48.83% from 255) = 54.63%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=20.70%
G=54.63%
B=24.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal47124560.6200.550.51127.0145.0333.53
Hex2F7C383E037337f2d22
Octal571747076067631775542
Binary101111111110011100011111001101111100111111111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>