Html Css Color HEX #2F4236 Timber Green

📋 copy color: '#2F4236'

red 47 ◦ green 66 ◦ blue 54

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

Shades of Timber Green #2F4236

Tints of Timber Green #2F4236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 32.34%

R = 28.14%
G = 39.52%
B = 32.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.74

RGB Variations

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

Color information

#2F4236 (or 0x2F4236) is known color: Timber Green. HEX triplet: 2F, 42 and 36. RGB value is (47,66,54). Sum of RGB (Red+Green+Blue) = 47+66+54=167 (22% of max value = 765). Red value is 47 (18.75% from 255 or 28.14% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #2F4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F4236 is #D0BDC9. Grayscale: #3A3A3A. Windows color (decimal): -13680074 or 3555887. OLE color: 3555887.

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

Color convert

RGB 47 66 54 -
CMYK 0.29 0 0.18 0.74
HSL 142.11º 0.17% 0.22% -
HSV(B) 142.11º 0.29% 0.26% -
XYZ 3.79 4.77 4.21 -
YUV 58.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 47 66 54 0.29 0 0.18 0.74 142.11 0.17 0.22
Hex 2F 42 36 1D 0 12 4A 8E 11 16
Octal 57 102 66 35 0 22 112 216 21 26
Binary 101111 1000010 110110 11101 0 10010 1001010 10001110 10001 10110

Color Harmonies of #2F4236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4236

Black with #2F4236

Text Example


Text Example

White with #2F4236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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