Html Css Color HEX #286042 Green Pea

📋 copy color: '#286042'

red 40 ◦ green 96 ◦ blue 66

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

Shades of Green Pea #286042

Tints of Green Pea #286042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

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

R = 19.8%
G = 47.52%
B = 32.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#286042 (or 0x286042) is known color: Green Pea. HEX triplet: 28, 60 and 42. RGB value is (40,96,66). Sum of RGB (Red+Green+Blue) = 40+96+66=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #286042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286042 is #D79FBD. Grayscale: #4B4B4B. Windows color (decimal): -14131134 or 4349992. OLE color: 4349992.

HSL color Cylindrical-coordinate representation of color #286042: hue angle of 147.86º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #286042 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 96 66 -
CMYK 0.58 0 0.31 0.62
HSL 147.86º 0.41% 0.27% -
HSV(B) 147.86º 0.58% 0.38% -
XYZ 6.04 9.21 6.61 -
YUV 75.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 40 96 66 0.58 0 0.31 0.62 147.86 0.41 0.27
Hex 28 60 42 3A 0 1F 3E 94 29 1B
Octal 50 140 102 72 0 37 76 224 51 33
Binary 101000 1100000 1000010 111010 0 11111 111110 10010100 101001 11011

Color Harmonies of #286042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286042

Black with #286042

Text Example


Text Example

White with #286042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286042; }

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

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

background-color css

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

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

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

border-color css

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

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

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