Html Css Color HEX #2F4233 Timber Green

📋 copy color: '#2F4233'

red 47 ◦ green 66 ◦ blue 51

#2F4233
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #2F4233

Tints of Timber Green #2F4233

RGB

 RED value IS 47 (18.75% from 255) = 28.66%

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 51 (20.31% from 255) = 31.1%

R = 28.66%
G = 40.24%
B = 31.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.74

RGB Variations

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

Color information

#2F4233 (or 0x2F4233) is known color: Timber Green. HEX triplet: 2F, 42 and 33. RGB value is (47,66,51). Sum of RGB (Red+Green+Blue) = 47+66+51=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4233 is #D0BDCC. Grayscale: #3A3A3A. Windows color (decimal): -13680077 or 3359279. OLE color: 3359279.

HSL color Cylindrical-coordinate representation of color #2F4233: hue angle of 132.63º 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 #2F4233 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB 47 66 51 -
CMYK 0.29 0 0.23 0.74
HSL 132.63º 0.17% 0.22% -
HSV(B) 132.63º 0.29% 0.26% -
XYZ 3.72 4.74 3.85 -
YUV 58.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 47 66 51 0.29 0 0.23 0.74 132.63 0.17 0.22
Hex 2F 42 33 1D 0 17 4A 85 11 16
Octal 57 102 63 35 0 27 112 205 21 26
Binary 101111 1000010 110011 11101 0 10111 1001010 10000101 10001 10110

Color Harmonies of #2F4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4233

Black with #2F4233

Text Example


Text Example

White with #2F4233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2F4233;
 }
 .AnyTagClassName
 {
   color: #2F4233;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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