#2F7328

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

Shades of Japanese Laurel #2F7328

Tints of Japanese Laurel #2F7328

Color information

#2F7328 (or 0x2F7328) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 73 and 28. RGB value is (47,115,40). Sum of RGB (Red+Green+Blue) = 47+115+40=202 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.27% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #2F7328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7328 is #D08CD7. Grayscale: #565656. Windows color (decimal): -13667544 or 2650927. OLE color: 2650927.

HSL color Cylindrical-coordinate representation of color #2F7328: hue angle of 114.4º 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 #2F7328 is Cyan = 0.59, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB4711540-
CMYK0.5900.650.55
HSL114.4º48.39%30.39%-
HSV(B)114.4º65.22%45.1%-
XYZ7.6913.024.12-
YUV86.12101.97100.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.27%
GREEN value IS 115 (45.31% from 255) = 56.93%
BLUE value IS 40 (16.02% from 255) = 19.80%
R=23.27%
G=56.93%
B=19.80%

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
Decimal47115400.5900.650.55114.448.3930.39
Hex2F73283B0413772301e
Octal5716350730101671626036
Binary101111111001110100011101101000001110111111001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F7328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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