#235E2D

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

Shades of Parsley #235E2D

Tints of Parsley #235E2D

Color information

#235E2D (or 0x235E2D) is unknown color: approx Parsley. HEX triplet: 23, 5E and 2D. RGB value is (35,94,45). Sum of RGB (Red+Green+Blue) = 35+94+45=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #235E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E2D is #DCA1D2. Grayscale: #464646. Windows color (decimal): -14459347 or 2973219. OLE color: 2973219.

HSL color Cylindrical-coordinate representation of color #235E2D: hue angle of 130.17º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235E2D is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.63.

Color convert

RGB359445-
CMYK0.6300.520.63
HSL130.17º45.74%25.29%-
HSV(B)130.17º62.77%36.86%-
XYZ5.178.553.86-
YUV70.77113.45102.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 94 (37.11% from 255) = 54.02%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=20.11%
G=54.02%
B=25.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3594450.6300.520.63130.1745.7425.29
Hex235E2D3F0343F822e19
Octal431365577064772025631
Binary100011101111010110111111101101001111111000001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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