Html Css Color HEX #286048 Green Pea

📋 copy color: '#286048'

red 40 ◦ green 96 ◦ blue 72

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

Shades of Green Pea #286048

Tints of Green Pea #286048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 19.23%
G = 46.15%
B = 34.62%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#286048 (or 0x286048) is known color: Green Pea. HEX triplet: 28, 60 and 48. RGB value is (40,96,72). Sum of RGB (Red+Green+Blue) = 40+96+72=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #286048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286048 is #D79FB7. Grayscale: #4C4C4C. Windows color (decimal): -14131128 or 4743208. OLE color: 4743208.

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

Color convert

RGB 40 96 72 -
CMYK 0.58 0 0.25 0.62
HSL 154.29º 0.41% 0.27% -
HSV(B) 154.29º 0.58% 0.38% -
XYZ 6.23 9.28 7.59 -
YUV 76.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 40 96 72 0.58 0 0.25 0.62 154.29 0.41 0.27
Hex 28 60 48 3A 0 19 3E 9A 29 1B
Octal 50 140 110 72 0 31 76 232 51 33
Binary 101000 1100000 1001000 111010 0 11001 111110 10011010 101001 11011

Color Harmonies of #286048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286048

Black with #286048

Text Example


Text Example

White with #286048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286048; }

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

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

background-color css

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

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

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

border-color css

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

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

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