Html Css Color HEX #286030 Parsley

📋 copy color: '#286030'

red 40 ◦ green 96 ◦ blue 48

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

Shades of Parsley #286030

Tints of Parsley #286030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 21.74%
G = 52.17%
B = 26.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#286030 (or 0x286030) is known color: Parsley. HEX triplet: 28, 60 and 30. RGB value is (40,96,48). Sum of RGB (Red+Green+Blue) = 40+96+48=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #286030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286030 is #D79FCF. Grayscale: #494949. Windows color (decimal): -14131152 or 3170344. OLE color: 3170344.

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

Color convert

RGB 40 96 48 -
CMYK 0.58 0 0.50 0.62
HSL 128.57º 0.41% 0.27% -
HSV(B) 128.57º 0.58% 0.38% -
XYZ 5.59 9.03 4.24 -
YUV 73.78 113.45 103.9 -
System Red Green Blue C M Y K H S L
Decimal 40 96 48 0.58 0 0.50 0.62 128.57 0.41 0.27
Hex 28 60 30 3A 0 32 3E 81 29 1B
Octal 50 140 60 72 0 62 76 201 51 33
Binary 101000 1100000 110000 111010 0 110010 111110 10000001 101001 11011

Color Harmonies of #286030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286030

Black with #286030

Text Example


Text Example

White with #286030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286030; }

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

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

background-color css

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

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

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

border-color css

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

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

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