#236028

Color #236028 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #236028

Tints of Parsley #236028

Color information

#236028 (or 0x236028) is unknown color: approx Parsley. HEX triplet: 23, 60 and 28. RGB value is (35,96,40). Sum of RGB (Red+Green+Blue) = 35+96+40=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 96 (37.89% from 255 or 56.14% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 96 - color contains mainly: green. Hex color #236028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #236028 is #DC9FD7. Grayscale: #474747. Windows color (decimal): -14458840 or 2646051. OLE color: 2646051.

HSL color Cylindrical-coordinate representation of color #236028: hue angle of 124.92º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #236028 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB359640-
CMYK0.6400.580.62
HSL124.92º46.56%25.69%-
HSV(B)124.92º63.54%37.65%-
XYZ5.268.883.44-
YUV71.38110.29102.05-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 96 (37.89% from 255) = 56.14%
BLUE value IS 40 (16.02% from 255) = 23.39%
R=20.47%
G=56.14%
B=23.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3596400.6400.580.62124.9246.5625.69
Hex2360284003A3E7d2f1a
Octal4314050100072761755732
Binary100011110000010100010000000111010111110111110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #236028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #236028; }

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

 H1.HeaderClassName
 {
   color: #236028;
 }
 .AnyTagClassName
 {
   color: #236028;
 }
</style>
background-color css

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

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

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

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

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

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