Html Css Color HEX #235A2D Parsley

📋 copy color: '#235A2D'

red 35 ◦ green 90 ◦ blue 45

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

Shades of Parsley #235A2D

Tints of Parsley #235A2D

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 value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#235A2D (or 0x235A2D) is known color: 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

RGB 35 90 45 -
CMYK 0.61 0 0.50 0.65
HSL 130.91º 0.44% 0.25% -
HSV(B) 130.91º 0.61% 0.35% -
XYZ 4.82 7.86 3.75 -
YUV 68.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 35 90 45 0.61 0 0.50 0.65 130.91 0.44 0.25
Hex 23 5A 2D 3D 0 32 41 83 2C 19
Octal 43 132 55 75 0 62 101 203 54 31
Binary 100011 1011010 101101 111101 0 110010 1000001 10000011 101100 11001

Color Harmonies of #235A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235A2D

Black with #235A2D

Text Example


Text Example

White with #235A2D

Text Example


Text Example

HTML Codes & Css Web 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>