Html Css Color HEX #285842 Green Pea

📋 copy color: '#285842'

red 40 ◦ green 88 ◦ blue 66

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

Shades of Green Pea #285842

Tints of Green Pea #285842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 45.36%

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

R = 20.62%
G = 45.36%
B = 34.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#285842 (or 0x285842) is known color: Green Pea. HEX triplet: 28, 58 and 42. RGB value is (40,88,66). Sum of RGB (Red+Green+Blue) = 40+88+66=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #285842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285842 is #D7A7BD. Grayscale: #474747. Windows color (decimal): -14133182 or 4347944. OLE color: 4347944.

HSL color Cylindrical-coordinate representation of color #285842: hue angle of 152.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285842 is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 88 66 -
CMYK 0.55 0 0.25 0.65
HSL 152.5º 0.38% 0.25% -
HSV(B) 152.5º 0.55% 0.35% -
XYZ 5.35 7.82 6.38 -
YUV 71.14 125.1 105.79 -
System Red Green Blue C M Y K H S L
Decimal 40 88 66 0.55 0 0.25 0.65 152.5 0.38 0.25
Hex 28 58 42 37 0 19 41 98 26 19
Octal 50 130 102 67 0 31 101 230 46 31
Binary 101000 1011000 1000010 110111 0 11001 1000001 10011000 100110 11001

Color Harmonies of #285842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285842

Black with #285842

Text Example


Text Example

White with #285842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285842; }

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

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

background-color css

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

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

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

border-color css

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

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

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