#2F6F2E

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

Shades of Japanese Laurel #2F6F2E

Tints of Japanese Laurel #2F6F2E

Color information

#2F6F2E (or 0x2F6F2E) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 6F and 2E. RGB value is (47,111,46). Sum of RGB (Red+Green+Blue) = 47+111+46=204 (27% of max value = 765). Red value is 47 (18.75% from 255 or 23.04% from 204); Green value is 111 (43.75% from 255 or 54.41% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F2E is #D090D1. Grayscale: #545454. Windows color (decimal): -13668562 or 3043119. OLE color: 3043119.

HSL color Cylindrical-coordinate representation of color #2F6F2E: hue angle of 119.08º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F6F2E is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB4711146-
CMYK0.5800.590.56
HSL119.08º41.4%30.78%-
HSV(B)119.08º58.56%43.53%-
XYZ7.3512.174.55-
YUV84.45106.3101.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 23.04%
GREEN value IS 111 (43.75% from 255) = 54.41%
BLUE value IS 46 (18.36% from 255) = 22.55%
R=23.04%
G=54.41%
B=22.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal47111460.5800.590.56119.0841.430.78
Hex2F6F2E3A03B3877291f
Octal571575672073701675137
Binary10111111011111011101110100111011111000111011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,111,46); }

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

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

 a { background-color: rgb(47,111,46); }

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

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

 span { border-color: rgb(47,111,46); }

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