Html Css Color HEX #28452B Timber Green

📋 copy color: '#28452B'

red 40 ◦ green 69 ◦ blue 43

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

Shades of Timber Green #28452B

Tints of Timber Green #28452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 26.32%
G = 45.39%
B = 28.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#28452B (or 0x28452B) is known color: Timber Green. HEX triplet: 28, 45 and 2B. RGB value is (40,69,43). Sum of RGB (Red+Green+Blue) = 40+69+43=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #28452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28452B is #D7BAD4. Grayscale: #393939. Windows color (decimal): -14138069 or 2835752. OLE color: 2835752.

HSL color Cylindrical-coordinate representation of color #28452B: hue angle of 126.21º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28452B is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 69 43 -
CMYK 0.42 0 0.38 0.73
HSL 126.21º 0.27% 0.21% -
HSV(B) 126.21º 0.42% 0.27% -
XYZ 3.44 4.88 3.05 -
YUV 57.37 119.89 115.61 -
System Red Green Blue C M Y K H S L
Decimal 40 69 43 0.42 0 0.38 0.73 126.21 0.27 0.21
Hex 28 45 2B 2A 0 26 49 7E 1B 15
Octal 50 105 53 52 0 46 111 176 33 25
Binary 101000 1000101 101011 101010 0 100110 1001001 1111110 11011 10101

Color Harmonies of #28452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28452B

Black with #28452B

Text Example


Text Example

White with #28452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28452B; }

 p { color: rgb(40,69,43); }

 H1.HeaderClassName
 {
   color: #28452B;
 }
 .AnyTagClassName
 {
   color: #28452B;
 }
</style>

background-color css

<style>
 a { background-color: #28452B; }

 a { background-color: rgb(40,69,43); }

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

border-color css

<style>
 span { border-color: #28452B; }

 span { border-color: rgb(40,69,43); }

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