Html Css Color HEX #285E3C Green Pea

📋 copy color: '#285E3C'

red 40 ◦ green 94 ◦ blue 60

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

Shades of Green Pea #285E3C

Tints of Green Pea #285E3C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 48.45%

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 20.62%
G = 48.45%
B = 30.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.63

RGB Variations

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

Color information

#285E3C (or 0x285E3C) is known color: Green Pea. HEX triplet: 28, 5E and 3C. RGB value is (40,94,60). Sum of RGB (Red+Green+Blue) = 40+94+60=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 94 (37.11% from 255 or 48.45% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 94 - color contains mainly: green. Hex color #285E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E3C is #D7A1C3. Grayscale: #4A4A4A. Windows color (decimal): -14131652 or 3956264. OLE color: 3956264.

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

Color convert

RGB 40 94 60 -
CMYK 0.57 0 0.36 0.63
HSL 142.22º 0.4% 0.26% -
HSV(B) 142.22º 0.57% 0.37% -
XYZ 5.69 8.78 5.67 -
YUV 73.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 40 94 60 0.57 0 0.36 0.63 142.22 0.4 0.26
Hex 28 5E 3C 39 0 24 3F 8E 28 1A
Octal 50 136 74 71 0 44 77 216 50 32
Binary 101000 1011110 111100 111001 0 100100 111111 10001110 101000 11010

Color Harmonies of #285E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E3C

Black with #285E3C

Text Example


Text Example

White with #285E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,94,60); }

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

background-color css

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

 a { background-color: rgb(40,94,60); }

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

border-color css

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

 span { border-color: rgb(40,94,60); }

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