Html Css Color HEX #285F41 Green Pea

📋 copy color: '#285F41'

red 40 ◦ green 95 ◦ blue 65

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

Shades of Green Pea #285F41

Tints of Green Pea #285F41

RGB

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

 GREEN value IS 95 (37.5% from 255) = 47.5%

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 20%
G = 47.5%
B = 32.5%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#285F41 (or 0x285F41) is known color: Green Pea. HEX triplet: 28, 5F and 41. RGB value is (40,95,65). Sum of RGB (Red+Green+Blue) = 40+95+65=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #285F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285F41 is #D7A0BE. Grayscale: #4B4B4B. Windows color (decimal): -14131391 or 4284200. OLE color: 4284200.

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

Color convert

RGB 40 95 65 -
CMYK 0.58 0 0.32 0.63
HSL 147.27º 0.41% 0.26% -
HSV(B) 147.27º 0.58% 0.37% -
XYZ 5.92 9.02 6.43 -
YUV 75.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 40 95 65 0.58 0 0.32 0.63 147.27 0.41 0.26
Hex 28 5F 41 3A 0 20 3F 93 29 1A
Octal 50 137 101 72 0 40 77 223 51 32
Binary 101000 1011111 1000001 111010 0 100000 111111 10010011 101001 11010

Color Harmonies of #285F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285F41

Black with #285F41

Text Example


Text Example

White with #285F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,95,65); }

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

background-color css

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

 a { background-color: rgb(40,95,65); }

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

border-color css

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

 span { border-color: rgb(40,95,65); }

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