#2F6B23

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

Shades of Green House #2F6B23

Tints of Green House #2F6B23

Color information

#2F6B23 (or 0x2F6B23) is unknown color: approx Green House. HEX triplet: 2F, 6B and 23. RGB value is (47,107,35). Sum of RGB (Red+Green+Blue) = 47+107+35=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 107 (42.19% from 255 or 56.61% from 189); Blue value is 35 (14.06% from 255 or 18.52% from 189); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B23 is #D094DC. Grayscale: #515151. Windows color (decimal): -13669597 or 2321199. OLE color: 2321199.

HSL color Cylindrical-coordinate representation of color #2F6B23: hue angle of 110º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F6B23 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB4710735-
CMYK0.5600.670.58
HSL110º50.7%27.84%-
HSV(B)110º67.29%41.96%-
XYZ6.7311.243.4-
YUV80.85102.12103.85-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 107 (42.19% from 255) = 56.61%
BLUE value IS 35 (14.06% from 255) = 18.52%
R=24.87%
G=56.61%
B=18.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal47107350.5600.670.5811050.727.84
Hex2F6B23380433A6e331c
Octal5715343700103721566334
Binary101111110101110001111100001000011111010110111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,107,35); }

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

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

 a { background-color: rgb(47,107,35); }

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

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

 span { border-color: rgb(47,107,35); }

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