Html Css Color HEX #285942 Green Pea

📋 copy color: '#285942'

red 40 ◦ green 89 ◦ blue 66

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

Shades of Green Pea #285942

Tints of Green Pea #285942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 45.64%

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 20.51%
G = 45.64%
B = 33.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#285942 (or 0x285942) is known color: Green Pea. HEX triplet: 28, 59 and 42. RGB value is (40,89,66). Sum of RGB (Red+Green+Blue) = 40+89+66=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 89 (35.16% from 255 or 45.64% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 89 - color contains mainly: green. Hex color #285942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285942 is #D7A6BD. Grayscale: #474747. Windows color (decimal): -14132926 or 4348200. OLE color: 4348200.

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

Color convert

RGB 40 89 66 -
CMYK 0.55 0 0.26 0.65
HSL 151.84º 0.38% 0.25% -
HSV(B) 151.84º 0.55% 0.35% -
XYZ 5.43 7.99 6.41 -
YUV 71.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 40 89 66 0.55 0 0.26 0.65 151.84 0.38 0.25
Hex 28 59 42 37 0 1A 41 98 26 19
Octal 50 131 102 67 0 32 101 230 46 31
Binary 101000 1011001 1000010 110111 0 11010 1000001 10011000 100110 11001

Color Harmonies of #285942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285942

Black with #285942

Text Example


Text Example

White with #285942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285942; }

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

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

background-color css

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

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

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

border-color css

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

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

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