#2F4230

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

Shades of Timber Green #2F4230

Tints of Timber Green #2F4230

Color information

#2F4230 (or 0x2F4230) is unknown color: approx Timber Green. HEX triplet: 2F, 42 and 30. RGB value is (47,66,48). Sum of RGB (Red+Green+Blue) = 47+66+48=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4230 is #D0BDCF. Grayscale: #3A3A3A. Windows color (decimal): -13680080 or 3162671. OLE color: 3162671.

HSL color Cylindrical-coordinate representation of color #2F4230: hue angle of 123.16º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F4230 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB476648-
CMYK0.2900.270.74
HSL123.16º16.81%22.16%-
HSV(B)123.16º28.79%25.88%-
XYZ3.654.713.51-
YUV58.27122.21119.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=29.19%
G=40.99%
B=29.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4766480.2900.270.74123.1616.8122.16
Hex2F42301D01B4A7b1116
Octal5710260350331121732126
Binary101111100001011000011101011011100101011110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,66,48); }

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

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

 a { background-color: rgb(47,66,48); }

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

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

 span { border-color: rgb(47,66,48); }

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