Html Css Color HEX #286130 Parsley

📋 copy color: '#286130'

red 40 ◦ green 97 ◦ blue 48

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

Shades of Parsley #286130

Tints of Parsley #286130

RGB

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

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

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

R = 21.62%
G = 52.43%
B = 25.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#286130 (or 0x286130) is known color: Parsley. HEX triplet: 28, 61 and 30. RGB value is (40,97,48). Sum of RGB (Red+Green+Blue) = 40+97+48=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 97 (38.28% from 255 or 52.43% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 97 - color contains mainly: green. Hex color #286130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286130 is #D79ECF. Grayscale: #4A4A4A. Windows color (decimal): -14130896 or 3170600. OLE color: 3170600.

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

Color convert

RGB 40 97 48 -
CMYK 0.59 0 0.51 0.62
HSL 128.42º 0.42% 0.27% -
HSV(B) 128.42º 0.59% 0.38% -
XYZ 5.68 9.21 4.28 -
YUV 74.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 40 97 48 0.59 0 0.51 0.62 128.42 0.42 0.27
Hex 28 61 30 3B 0 33 3E 80 2A 1B
Octal 50 141 60 73 0 63 76 200 52 33
Binary 101000 1100001 110000 111011 0 110011 111110 10000000 101010 11011

Color Harmonies of #286130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286130

Black with #286130

Text Example


Text Example

White with #286130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286130; }

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

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

background-color css

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

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

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

border-color css

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

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

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