Html Css Color HEX #285D40 Green Pea

📋 copy color: '#285D40'

red 40 ◦ green 93 ◦ blue 64

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

Shades of Green Pea #285D40

Tints of Green Pea #285D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 47.21%

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

R = 20.3%
G = 47.21%
B = 32.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.64

RGB Variations

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

Color information

#285D40 (or 0x285D40) is known color: Green Pea. HEX triplet: 28, 5D and 40. RGB value is (40,93,64). Sum of RGB (Red+Green+Blue) = 40+93+64=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 93 (36.72% from 255 or 47.21% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 93 - color contains mainly: green. Hex color #285D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D40 is #D7A2BF. Grayscale: #494949. Windows color (decimal): -14131904 or 4218152. OLE color: 4218152.

HSL color Cylindrical-coordinate representation of color #285D40: hue angle of 147.17º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D40 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 64 -
CMYK 0.57 0 0.31 0.64
HSL 147.17º 0.4% 0.26% -
HSV(B) 147.17º 0.57% 0.36% -
XYZ 5.71 8.65 6.22 -
YUV 73.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 40 93 64 0.57 0 0.31 0.64 147.17 0.4 0.26
Hex 28 5D 40 39 0 1F 40 93 28 1A
Octal 50 135 100 71 0 37 100 223 50 32
Binary 101000 1011101 1000000 111001 0 11111 1000000 10010011 101000 11010

Color Harmonies of #285D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D40

Black with #285D40

Text Example


Text Example

White with #285D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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