Html Css Color HEX #284230 Timber Green

📋 copy color: '#284230'

red 40 ◦ green 66 ◦ blue 48

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

Shades of Timber Green #284230

Tints of Timber Green #284230

RGB

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

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

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

R = 25.97%
G = 42.86%
B = 31.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#284230 (or 0x284230) is known color: Timber Green. HEX triplet: 28, 42 and 30. RGB value is (40,66,48). Sum of RGB (Red+Green+Blue) = 40+66+48=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #284230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284230 is #D7BDCF. Grayscale: #383838. Windows color (decimal): -14138832 or 3162664. OLE color: 3162664.

HSL color Cylindrical-coordinate representation of color #284230: hue angle of 138.46º 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 #284230 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 66 48 -
CMYK 0.39 0 0.27 0.74
HSL 138.46º 0.25% 0.21% -
HSV(B) 138.46º 0.39% 0.26% -
XYZ 3.36 4.56 3.5 -
YUV 56.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 40 66 48 0.39 0 0.27 0.74 138.46 0.25 0.21
Hex 28 42 30 27 0 1B 4A 8A 19 15
Octal 50 102 60 47 0 33 112 212 31 25
Binary 101000 1000010 110000 100111 0 11011 1001010 10001010 11001 10101

Color Harmonies of #284230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284230

Black with #284230

Text Example


Text Example

White with #284230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284230; }

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

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

background-color css

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

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

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

border-color css

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

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

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