#2F7B40

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

Shades of Japanese Laurel #2F7B40

Tints of Japanese Laurel #2F7B40

Color information

#2F7B40 (or 0x2F7B40) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 7B and 40. RGB value is (47,123,64). Sum of RGB (Red+Green+Blue) = 47+123+64=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #2F7B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7B40 is #D084BF. Grayscale: #5D5D5D. Windows color (decimal): -13665472 or 4225839. OLE color: 4225839.

HSL color Cylindrical-coordinate representation of color #2F7B40: hue angle of 133.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F7B40 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB4712364-
CMYK0.6200.480.52
HSL133.42º44.71%33.33%-
HSV(B)133.42º61.79%48.24%-
XYZ9.1815.147.29-
YUV93.55111.3294.8-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.09%
GREEN value IS 123 (48.44% from 255) = 52.56%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=20.09%
G=52.56%
B=27.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal47123640.6200.480.52133.4244.7133.33
Hex2F7B403E03034852d21
Octal5717310076060642055541
Binary10111111110111000000111110011000011010010000101101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,123,64); }

 H1.HeaderClassName
 {
   color: #2F7B40;
 }
 .AnyTagClassName
 {
   color: #2F7B40;
 }
</style>
background-color css

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

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

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

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

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

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