Html Css Color HEX #286E4A Green Pea

📋 copy color: '#286E4A'

red 40 ◦ green 110 ◦ blue 74

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

Shades of Green Pea #286E4A

Tints of Green Pea #286E4A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.11%

 BLUE value IS 74 (29.3% from 255) = 33.04%

R = 17.86%
G = 49.11%
B = 33.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#286E4A (or 0x286E4A) is known color: Green Pea. HEX triplet: 28, 6E and 4A. RGB value is (40,110,74). Sum of RGB (Red+Green+Blue) = 40+110+74=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 110 - color contains mainly: green. Hex color #286E4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E4A is #D791B5. Grayscale: #555555. Windows color (decimal): -14127542 or 4877864. OLE color: 4877864.

HSL color Cylindrical-coordinate representation of color #286E4A: hue angle of 149.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E4A is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 40 110 74 -
CMYK 0.64 0 0.33 0.57
HSL 149.14º 0.47% 0.29% -
HSV(B) 149.14º 0.64% 0.43% -
XYZ 7.69 12.1 8.41 -
YUV 84.97 121.81 95.93 -
System Red Green Blue C M Y K H S L
Decimal 40 110 74 0.64 0 0.33 0.57 149.14 0.47 0.29
Hex 28 6E 4A 40 0 21 39 95 2F 1D
Octal 50 156 112 100 0 41 71 225 57 35
Binary 101000 1101110 1001010 1000000 0 100001 111001 10010101 101111 11101

Color Harmonies of #286E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286E4A

Black with #286E4A

Text Example


Text Example

White with #286E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,110,74); }

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

background-color css

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

 a { background-color: rgb(40,110,74); }

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

border-color css

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

 span { border-color: rgb(40,110,74); }

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