Html Css Color HEX #284530 Timber Green

📋 copy color: '#284530'

red 40 ◦ green 69 ◦ blue 48

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

Shades of Timber Green #284530

Tints of Timber Green #284530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.57%

R = 25.48%
G = 43.95%
B = 30.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#284530 (or 0x284530) is known color: Timber Green. HEX triplet: 28, 45 and 30. RGB value is (40,69,48). Sum of RGB (Red+Green+Blue) = 40+69+48=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #284530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284530 is #D7BACF. Grayscale: #393939. Windows color (decimal): -14138064 or 3163432. OLE color: 3163432.

HSL color Cylindrical-coordinate representation of color #284530: hue angle of 136.55º 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 #284530 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 69 48 -
CMYK 0.42 0 0.30 0.73
HSL 136.55º 0.27% 0.21% -
HSV(B) 136.55º 0.42% 0.27% -
XYZ 3.54 4.92 3.56 -
YUV 57.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 40 69 48 0.42 0 0.30 0.73 136.55 0.27 0.21
Hex 28 45 30 2A 0 1E 49 89 1B 15
Octal 50 105 60 52 0 36 111 211 33 25
Binary 101000 1000101 110000 101010 0 11110 1001001 10001001 11011 10101

Color Harmonies of #284530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284530

Black with #284530

Text Example


Text Example

White with #284530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284530; }

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

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

background-color css

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

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

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

border-color css

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

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

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