Html Css Color HEX #286348 Green Pea

📋 copy color: '#286348'

red 40 ◦ green 99 ◦ blue 72

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

Shades of Green Pea #286348

Tints of Green Pea #286348

RGB

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

 GREEN value IS 99 (39.06% from 255) = 46.92%

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

R = 18.96%
G = 46.92%
B = 34.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#286348 (or 0x286348) is known color: Green Pea. HEX triplet: 28, 63 and 48. RGB value is (40,99,72). Sum of RGB (Red+Green+Blue) = 40+99+72=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 99 (39.06% from 255 or 46.92% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 99 - color contains mainly: green. Hex color #286348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286348 is #D79CB7. Grayscale: #4E4E4E. Windows color (decimal): -14130360 or 4743976. OLE color: 4743976.

HSL color Cylindrical-coordinate representation of color #286348: hue angle of 152.54º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286348 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 99 72 -
CMYK 0.60 0 0.27 0.61
HSL 152.54º 0.42% 0.27% -
HSV(B) 152.54º 0.6% 0.39% -
XYZ 6.51 9.84 7.69 -
YUV 78.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 40 99 72 0.60 0 0.27 0.61 152.54 0.42 0.27
Hex 28 63 48 3C 0 1B 3D 99 2A 1B
Octal 50 143 110 74 0 33 75 231 52 33
Binary 101000 1100011 1001000 111100 0 11011 111101 10011001 101010 11011

Color Harmonies of #286348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286348

Black with #286348

Text Example


Text Example

White with #286348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286348; }

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

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

background-color css

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

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

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

border-color css

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

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

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