Html Css Color HEX #285C40 Green Pea

📋 copy color: '#285C40'

red 40 ◦ green 92 ◦ blue 64

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

Shades of Green Pea #285C40

Tints of Green Pea #285C40

RGB

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

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

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

R = 20.41%
G = 46.94%
B = 32.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#285C40 (or 0x285C40) is known color: Green Pea. HEX triplet: 28, 5C and 40. RGB value is (40,92,64). Sum of RGB (Red+Green+Blue) = 40+92+64=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 92 (36.33% from 255 or 46.94% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 92 - color contains mainly: green. Hex color #285C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C40 is #D7A3BF. Grayscale: #494949. Windows color (decimal): -14132160 or 4217896. OLE color: 4217896.

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

Color convert

RGB 40 92 64 -
CMYK 0.57 0 0.30 0.64
HSL 147.69º 0.39% 0.26% -
HSV(B) 147.69º 0.57% 0.36% -
XYZ 5.63 8.48 6.19 -
YUV 73.26 122.77 104.28 -
System Red Green Blue C M Y K H S L
Decimal 40 92 64 0.57 0 0.30 0.64 147.69 0.39 0.26
Hex 28 5C 40 39 0 1E 40 94 27 1A
Octal 50 134 100 71 0 36 100 224 47 32
Binary 101000 1011100 1000000 111001 0 11110 1000000 10010100 100111 11010

Color Harmonies of #285C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C40

Black with #285C40

Text Example


Text Example

White with #285C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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