Html Css Color HEX #285A45 Green Pea

📋 copy color: '#285A45'

red 40 ◦ green 90 ◦ blue 69

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

Shades of Green Pea #285A45

Tints of Green Pea #285A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 20.1%
G = 45.23%
B = 34.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#285A45 (or 0x285A45) is known color: Green Pea. HEX triplet: 28, 5A and 45. RGB value is (40,90,69). Sum of RGB (Red+Green+Blue) = 40+90+69=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 90 (35.55% from 255 or 45.23% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 90 - color contains mainly: green. Hex color #285A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285A45 is #D7A5BA. Grayscale: #484848. Windows color (decimal): -14132667 or 4545064. OLE color: 4545064.

HSL color Cylindrical-coordinate representation of color #285A45: hue angle of 154.8º 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 #285A45 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 90 69 -
CMYK 0.56 0 0.23 0.65
HSL 154.8º 0.38% 0.25% -
HSV(B) 154.8º 0.56% 0.35% -
XYZ 5.61 8.19 6.92 -
YUV 72.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 40 90 69 0.56 0 0.23 0.65 154.8 0.38 0.25
Hex 28 5A 45 38 0 17 41 9B 26 19
Octal 50 132 105 70 0 27 101 233 46 31
Binary 101000 1011010 1000101 111000 0 10111 1000001 10011011 100110 11001

Color Harmonies of #285A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A45

Black with #285A45

Text Example


Text Example

White with #285A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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