Html Css Color HEX #285A52 Eden

📋 copy color: '#285A52'

red 40 ◦ green 90 ◦ blue 82

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

Shades of Eden #285A52

Tints of Eden #285A52

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.45%

 BLUE value IS 82 (32.42% from 255) = 38.68%

R = 18.87%
G = 42.45%
B = 38.68%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#285A52 (or 0x285A52) is known color: Eden. HEX triplet: 28, 5A and 52. RGB value is (40,90,82). Sum of RGB (Red+Green+Blue) = 40+90+82=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #285A52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A52 is #D7A5AD. Grayscale: #4A4A4A. Windows color (decimal): -14132654 or 5397032. OLE color: 5397032.

HSL color Cylindrical-coordinate representation of color #285A52: hue angle of 170.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #285A52 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 82 -
CMYK 0.56 0 0.09 0.65
HSL 170.4º 0.38% 0.25% -
HSV(B) 170.4º 0.56% 0.35% -
XYZ 6.05 8.37 9.28 -
YUV 74.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 40 90 82 0.56 0 0.09 0.65 170.4 0.38 0.25
Hex 28 5A 52 38 0 9 41 AA 26 19
Octal 50 132 122 70 0 11 101 252 46 31
Binary 101000 1011010 1010010 111000 0 1001 1000001 10101010 100110 11001

Color Harmonies of #285A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A52

Black with #285A52

Text Example


Text Example

White with #285A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285A52; }

 p { color: rgb(40,90,82); }

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

background-color css

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

 a { background-color: rgb(40,90,82); }

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

border-color css

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

 span { border-color: rgb(40,90,82); }

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