Html Css Color HEX #286148 Green Pea

📋 copy color: '#286148'

red 40 ◦ green 97 ◦ blue 72

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

Shades of Green Pea #286148

Tints of Green Pea #286148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

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

R = 19.14%
G = 46.41%
B = 34.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#286148 (or 0x286148) is known color: Green Pea. HEX triplet: 28, 61 and 48. RGB value is (40,97,72). Sum of RGB (Red+Green+Blue) = 40+97+72=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #286148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286148 is #D79EB7. Grayscale: #4D4D4D. Windows color (decimal): -14130872 or 4743464. OLE color: 4743464.

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

Color convert

RGB 40 97 72 -
CMYK 0.59 0 0.26 0.62
HSL 153.68º 0.42% 0.27% -
HSV(B) 153.68º 0.59% 0.38% -
XYZ 6.32 9.47 7.63 -
YUV 77.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 40 97 72 0.59 0 0.26 0.62 153.68 0.42 0.27
Hex 28 61 48 3B 0 1A 3E 9A 2A 1B
Octal 50 141 110 73 0 32 76 232 52 33
Binary 101000 1100001 1001000 111011 0 11010 111110 10011010 101010 11011

Color Harmonies of #286148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286148

Black with #286148

Text Example


Text Example

White with #286148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286148; }

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

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

background-color css

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

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

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

border-color css

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

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

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