Html Css Color HEX #286B42 Green Pea

📋 copy color: '#286B42'

red 40 ◦ green 107 ◦ blue 66

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

Shades of Green Pea #286B42

Tints of Green Pea #286B42

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

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

R = 18.78%
G = 50.23%
B = 30.99%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.38

 K value IS 0.58

RGB Variations

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

Color information

#286B42 (or 0x286B42) is known color: Green Pea. HEX triplet: 28, 6B and 42. RGB value is (40,107,66). Sum of RGB (Red+Green+Blue) = 40+107+66=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #286B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B42 is #D794BD. Grayscale: #525252. Windows color (decimal): -14128318 or 4352808. OLE color: 4352808.

HSL color Cylindrical-coordinate representation of color #286B42: hue angle of 143.28º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286B42 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 107 66 -
CMYK 0.63 0 0.38 0.58
HSL 143.28º 0.46% 0.29% -
HSV(B) 143.28º 0.63% 0.42% -
XYZ 7.12 11.36 6.97 -
YUV 82.29 118.8 97.83 -
System Red Green Blue C M Y K H S L
Decimal 40 107 66 0.63 0 0.38 0.58 143.28 0.46 0.29
Hex 28 6B 42 3F 0 26 3A 8F 2E 1D
Octal 50 153 102 77 0 46 72 217 56 35
Binary 101000 1101011 1000010 111111 0 100110 111010 10001111 101110 11101

Color Harmonies of #286B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286B42

Black with #286B42

Text Example


Text Example

White with #286B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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