#235D2D

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

Shades of Parsley #235D2D

Tints of Parsley #235D2D

Color information

#235D2D (or 0x235D2D) is unknown color: approx Parsley. HEX triplet: 23, 5D and 2D. RGB value is (35,93,45). Sum of RGB (Red+Green+Blue) = 35+93+45=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 93 (36.72% from 255 or 53.76% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 93 - color contains mainly: green. Hex color #235D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D2D is #DCA2D2. Grayscale: #464646. Windows color (decimal): -14459603 or 2972963. OLE color: 2972963.

HSL color Cylindrical-coordinate representation of color #235D2D: hue angle of 130.34º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D2D is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB359345-
CMYK0.6200.520.64
HSL130.34º45.31%25.1%-
HSV(B)130.34º62.37%36.47%-
XYZ5.088.383.83-
YUV70.19113.78102.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 93 (36.72% from 255) = 53.76%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=20.23%
G=53.76%
B=26.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3593450.6200.520.64130.3445.3125.1
Hex235D2D3E03440822d19
Octal4313555760641002025531
Binary1000111011101101101111110011010010000001000001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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