Html Css Color HEX #286041 Green Pea

📋 copy color: '#286041'

red 40 ◦ green 96 ◦ blue 65

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

Shades of Green Pea #286041

Tints of Green Pea #286041

RGB

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

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

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

R = 19.9%
G = 47.76%
B = 32.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#286041 (or 0x286041) is known color: Green Pea. HEX triplet: 28, 60 and 41. RGB value is (40,96,65). Sum of RGB (Red+Green+Blue) = 40+96+65=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #286041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286041 is #D79FBE. Grayscale: #4B4B4B. Windows color (decimal): -14131135 or 4284456. OLE color: 4284456.

HSL color Cylindrical-coordinate representation of color #286041: hue angle of 146.79º 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 #286041 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 96 65 -
CMYK 0.58 0 0.32 0.62
HSL 146.79º 0.41% 0.27% -
HSV(B) 146.79º 0.58% 0.38% -
XYZ 6.01 9.2 6.46 -
YUV 75.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 40 96 65 0.58 0 0.32 0.62 146.79 0.41 0.27
Hex 28 60 41 3A 0 20 3E 93 29 1B
Octal 50 140 101 72 0 40 76 223 51 33
Binary 101000 1100000 1000001 111010 0 100000 111110 10010011 101001 11011

Color Harmonies of #286041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286041

Black with #286041

Text Example


Text Example

White with #286041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286041; }

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

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

background-color css

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

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

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

border-color css

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

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

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