Html Css Color HEX #285740 Green Pea

📋 copy color: '#285740'

red 40 ◦ green 87 ◦ blue 64

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

Shades of Green Pea #285740

Tints of Green Pea #285740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.55%

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

R = 20.94%
G = 45.55%
B = 33.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#285740 (or 0x285740) is known color: Green Pea. HEX triplet: 28, 57 and 40. RGB value is (40,87,64). Sum of RGB (Red+Green+Blue) = 40+87+64=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 87 - color contains mainly: green. Hex color #285740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285740 is #D7A8BF. Grayscale: #464646. Windows color (decimal): -14133440 or 4216616. OLE color: 4216616.

HSL color Cylindrical-coordinate representation of color #285740: hue angle of 150.64º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285740 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 87 64 -
CMYK 0.54 0 0.26 0.66
HSL 150.64º 0.37% 0.25% -
HSV(B) 150.64º 0.54% 0.34% -
XYZ 5.21 7.64 6.05 -
YUV 70.33 124.43 106.37 -
System Red Green Blue C M Y K H S L
Decimal 40 87 64 0.54 0 0.26 0.66 150.64 0.37 0.25
Hex 28 57 40 36 0 1A 42 97 25 19
Octal 50 127 100 66 0 32 102 227 45 31
Binary 101000 1010111 1000000 110110 0 11010 1000010 10010111 100101 11001

Color Harmonies of #285740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285740

Black with #285740

Text Example


Text Example

White with #285740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285740; }

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

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

background-color css

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

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

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

border-color css

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

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

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