Html Css Color HEX #285C42 Green Pea

📋 copy color: '#285C42'

red 40 ◦ green 92 ◦ blue 66

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

Shades of Green Pea #285C42

Tints of Green Pea #285C42

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.46%

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

R = 20.2%
G = 46.46%
B = 33.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.64

RGB Variations

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

Color information

#285C42 (or 0x285C42) is known color: Green Pea. HEX triplet: 28, 5C and 42. RGB value is (40,92,66). Sum of RGB (Red+Green+Blue) = 40+92+66=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #285C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C42 is #D7A3BD. Grayscale: #494949. Windows color (decimal): -14132158 or 4348968. OLE color: 4348968.

HSL color Cylindrical-coordinate representation of color #285C42: hue angle of 150º degrees, saturation: 0.39, 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 #285C42 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 92 66 -
CMYK 0.57 0 0.28 0.64
HSL 150º 0.39% 0.26% -
HSV(B) 150º 0.57% 0.36% -
XYZ 5.69 8.5 6.5 -
YUV 73.49 123.77 104.11 -
System Red Green Blue C M Y K H S L
Decimal 40 92 66 0.57 0 0.28 0.64 150 0.39 0.26
Hex 28 5C 42 39 0 1C 40 96 27 1A
Octal 50 134 102 71 0 34 100 226 47 32
Binary 101000 1011100 1000010 111001 0 11100 1000000 10010110 100111 11010

Color Harmonies of #285C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C42

Black with #285C42

Text Example


Text Example

White with #285C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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