Html Css Color HEX #286242 Green Pea

📋 copy color: '#286242'

red 40 ◦ green 98 ◦ blue 66

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

Shades of Green Pea #286242

Tints of Green Pea #286242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

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

R = 19.61%
G = 48.04%
B = 32.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#286242 (or 0x286242) is known color: Green Pea. HEX triplet: 28, 62 and 42. RGB value is (40,98,66). Sum of RGB (Red+Green+Blue) = 40+98+66=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #286242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286242 is #D79DBD. Grayscale: #4D4D4D. Windows color (decimal): -14130622 or 4350504. OLE color: 4350504.

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

Color convert

RGB 40 98 66 -
CMYK 0.59 0 0.33 0.62
HSL 146.9º 0.42% 0.27% -
HSV(B) 146.9º 0.59% 0.38% -
XYZ 6.23 9.58 6.68 -
YUV 77.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 40 98 66 0.59 0 0.33 0.62 146.9 0.42 0.27
Hex 28 62 42 3B 0 21 3E 93 2A 1B
Octal 50 142 102 73 0 41 76 223 52 33
Binary 101000 1100010 1000010 111011 0 100001 111110 10010011 101010 11011

Color Harmonies of #286242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286242

Black with #286242

Text Example


Text Example

White with #286242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286242; }

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

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

background-color css

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

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

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

border-color css

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

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

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