#235A2D

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

Shades of Parsley #235A2D

Tints of Parsley #235A2D

Color information

#235A2D (or 0x235A2D) is unknown color: approx Parsley. HEX triplet: 23, 5A and 2D. RGB value is (35,90,45). Sum of RGB (Red+Green+Blue) = 35+90+45=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #235A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A2D is #DCA5D2. Grayscale: #444444. Windows color (decimal): -14460371 or 2972195. OLE color: 2972195.

HSL color Cylindrical-coordinate representation of color #235A2D: hue angle of 130.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A2D is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB359045-
CMYK0.6100.500.65
HSL130.91º44%24.51%-
HSV(B)130.91º61.11%35.29%-
XYZ4.827.863.75-
YUV68.42114.78104.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 90 (35.55% from 255) = 52.94%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=20.59%
G=52.94%
B=26.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3590450.6100.500.65130.914424.51
Hex235A2D3D03241832c19
Octal4313255750621012035431
Binary1000111011010101101111101011001010000011000001110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235A2D; }

 p { color: rgb(35,90,45); }

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

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

 a { background-color: rgb(35,90,45); }

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

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

 span { border-color: rgb(35,90,45); }

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