Html Css Color HEX #28512A Parsley

📋 copy color: '#28512A'

red 40 ◦ green 81 ◦ blue 42

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

Shades of Parsley #28512A

Tints of Parsley #28512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 49.69%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 24.54%
G = 49.69%
B = 25.77%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#28512A (or 0x28512A) is known color: Parsley. HEX triplet: 28, 51 and 2A. RGB value is (40,81,42). Sum of RGB (Red+Green+Blue) = 40+81+42=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #28512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28512A is #D7AED5. Grayscale: #404040. Windows color (decimal): -14134998 or 2773288. OLE color: 2773288.

HSL color Cylindrical-coordinate representation of color #28512A: hue angle of 122.93º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #28512A is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 81 42 -
CMYK 0.51 0 0.48 0.68
HSL 122.93º 0.34% 0.24% -
HSV(B) 122.93º 0.51% 0.32% -
XYZ 4.24 6.5 3.22 -
YUV 64.3 115.42 110.67 -
System Red Green Blue C M Y K H S L
Decimal 40 81 42 0.51 0 0.48 0.68 122.93 0.34 0.24
Hex 28 51 2A 33 0 30 44 7B 22 18
Octal 50 121 52 63 0 60 104 173 42 30
Binary 101000 1010001 101010 110011 0 110000 1000100 1111011 100010 11000

Color Harmonies of #28512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28512A

Black with #28512A

Text Example


Text Example

White with #28512A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28512A; }

 p { color: rgb(40,81,42); }

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

background-color css

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

 a { background-color: rgb(40,81,42); }

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

border-color css

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

 span { border-color: rgb(40,81,42); }

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