#2F6019

Color #2F6019 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #2F6019

Tints of Green House #2F6019

Color information

#2F6019 (or 0x2F6019) is unknown color: approx Green House. HEX triplet: 2F, 60 and 19. RGB value is (47,96,25). Sum of RGB (Red+Green+Blue) = 47+96+25=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F6019 is #D09FE6. Grayscale: #494949. Windows color (decimal): -13672423 or 1663023. OLE color: 1663023.

HSL color Cylindrical-coordinate representation of color #2F6019: hue angle of 101.41º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2F6019 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB479625-
CMYK0.5100.740.62
HSL101.41º58.68%23.73%-
HSV(B)101.41º73.96%37.65%-
XYZ5.539.042.37-
YUV73.26100.77109.27-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.98%
GREEN value IS 96 (37.89% from 255) = 57.14%
BLUE value IS 25 (10.16% from 255) = 14.88%
R=27.98%
G=57.14%
B=14.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796250.5100.740.62101.4158.6823.73
Hex2F60193304A3E653b18
Octal5714031630112761457330
Binary10111111000001100111001101001010111110110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,25); }

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

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

 a { background-color: rgb(47,96,25); }

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

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

 span { border-color: rgb(47,96,25); }

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