Html Css Color HEX #284C30 Timber Green

📋 copy color: '#284C30'

red 40 ◦ green 76 ◦ blue 48

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

Shades of Timber Green #284C30

Tints of Timber Green #284C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.34%

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

R = 24.39%
G = 46.34%
B = 29.27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#284C30 (or 0x284C30) is known color: Timber Green. HEX triplet: 28, 4C and 30. RGB value is (40,76,48). Sum of RGB (Red+Green+Blue) = 40+76+48=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 76 - color contains mainly: green. Hex color #284C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C30 is #D7B3CF. Grayscale: #3E3E3E. Windows color (decimal): -14136272 or 3165224. OLE color: 3165224.

HSL color Cylindrical-coordinate representation of color #284C30: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #284C30 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 76 48 -
CMYK 0.47 0 0.37 0.70
HSL 133.33º 0.31% 0.23% -
HSV(B) 133.33º 0.47% 0.3% -
XYZ 3.99 5.83 3.71 -
YUV 62.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 40 76 48 0.47 0 0.37 0.70 133.33 0.31 0.23
Hex 28 4C 30 2F 0 25 46 85 1F 17
Octal 50 114 60 57 0 45 106 205 37 27
Binary 101000 1001100 110000 101111 0 100101 1000110 10000101 11111 10111

Color Harmonies of #284C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C30

Black with #284C30

Text Example


Text Example

White with #284C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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