Html Css Color HEX #28422F Timber Green

📋 copy color: '#28422F'

red 40 ◦ green 66 ◦ blue 47

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

Shades of Timber Green #28422F

Tints of Timber Green #28422F

RGB

 RED value IS 40 (16.02% from 255) = 26.14%

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

 BLUE value IS 47 (18.75% from 255) = 30.72%

R = 26.14%
G = 43.14%
B = 30.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#28422F (or 0x28422F) is known color: Timber Green. HEX triplet: 28, 42 and 2F. RGB value is (40,66,47). Sum of RGB (Red+Green+Blue) = 40+66+47=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #28422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28422F is #D7BDD0. Grayscale: #383838. Windows color (decimal): -14138833 or 3097128. OLE color: 3097128.

HSL color Cylindrical-coordinate representation of color #28422F: hue angle of 136.15º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #28422F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 47 -
CMYK 0.39 0 0.29 0.74
HSL 136.15º 0.25% 0.21% -
HSV(B) 136.15º 0.39% 0.26% -
XYZ 3.34 4.55 3.39 -
YUV 56.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 40 66 47 0.39 0 0.29 0.74 136.15 0.25 0.21
Hex 28 42 2F 27 0 1D 4A 88 19 15
Octal 50 102 57 47 0 35 112 210 31 25
Binary 101000 1000010 101111 100111 0 11101 1001010 10001000 11001 10101

Color Harmonies of #28422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28422F

Black with #28422F

Text Example


Text Example

White with #28422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28422F; }

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

 H1.HeaderClassName
 {
   color: #28422F;
 }
 .AnyTagClassName
 {
   color: #28422F;
 }
</style>

background-color css

<style>
 a { background-color: #28422F; }

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

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

border-color css

<style>
 span { border-color: #28422F; }

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

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