Html Css Color HEX #285940 Green Pea

📋 copy color: '#285940'

red 40 ◦ green 89 ◦ blue 64

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

Shades of Green Pea #285940

Tints of Green Pea #285940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 20.73%
G = 46.11%
B = 33.16%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#285940 (or 0x285940) is known color: Green Pea. HEX triplet: 28, 59 and 40. RGB value is (40,89,64). Sum of RGB (Red+Green+Blue) = 40+89+64=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #285940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285940 is #D7A6BF. Grayscale: #474747. Windows color (decimal): -14132928 or 4217128. OLE color: 4217128.

HSL color Cylindrical-coordinate representation of color #285940: hue angle of 149.39º 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 #285940 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 89 64 -
CMYK 0.55 0 0.28 0.65
HSL 149.39º 0.38% 0.25% -
HSV(B) 149.39º 0.55% 0.35% -
XYZ 5.37 7.97 6.1 -
YUV 71.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 40 89 64 0.55 0 0.28 0.65 149.39 0.38 0.25
Hex 28 59 40 37 0 1C 41 95 26 19
Octal 50 131 100 67 0 34 101 225 46 31
Binary 101000 1011001 1000000 110111 0 11100 1000001 10010101 100110 11001

Color Harmonies of #285940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285940

Black with #285940

Text Example


Text Example

White with #285940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285940; }

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

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

background-color css

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

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

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

border-color css

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

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

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