#2F7228

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

Shades of Japanese Laurel #2F7228

Tints of Japanese Laurel #2F7228

Color information

#2F7228 (or 0x2F7228) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 72 and 28. RGB value is (47,114,40). Sum of RGB (Red+Green+Blue) = 47+114+40=201 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.38% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7228 is #D08DD7. Grayscale: #555555. Windows color (decimal): -13667800 or 2650671. OLE color: 2650671.

HSL color Cylindrical-coordinate representation of color #2F7228: hue angle of 114.32º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F7228 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4711440-
CMYK0.5900.650.55
HSL114.32º48.05%30.2%-
HSV(B)114.32º64.91%44.71%-
XYZ7.5712.794.08-
YUV85.53102.3100.52-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.38%
GREEN value IS 114 (44.92% from 255) = 56.72%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=23.38%
G=56.72%
B=19.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal47114400.5900.650.55114.3248.0530.2
Hex2F72283B0413772301e
Octal5716250730101671626036
Binary101111111001010100011101101000001110111111001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,114,40); }

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

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

 a { background-color: rgb(47,114,40); }

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

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

 span { border-color: rgb(47,114,40); }

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