Html Css Color HEX #235C2C Parsley

📋 copy color: '#235C2C'

red 35 ◦ green 92 ◦ blue 44

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

Shades of Parsley #235C2C

Tints of Parsley #235C2C

RGB

 RED value IS 35 (14.06% from 255) = 20.47%

 GREEN value IS 92 (36.33% from 255) = 53.8%

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 20.47%
G = 53.8%
B = 25.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#235C2C (or 0x235C2C) is known color: Parsley. HEX triplet: 23, 5C and 2C. RGB value is (35,92,44). Sum of RGB (Red+Green+Blue) = 35+92+44=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #235C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C2C is #DCA3D3. Grayscale: #454545. Windows color (decimal): -14459860 or 2907171. OLE color: 2907171.

HSL color Cylindrical-coordinate representation of color #235C2C: hue angle of 129.47º 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 #235C2C is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 92 44 -
CMYK 0.62 0 0.52 0.64
HSL 129.47º 0.45% 0.25% -
HSV(B) 129.47º 0.62% 0.36% -
XYZ 4.97 8.19 3.7 -
YUV 69.49 113.62 103.4 -
System Red Green Blue C M Y K H S L
Decimal 35 92 44 0.62 0 0.52 0.64 129.47 0.45 0.25
Hex 23 5C 2C 3E 0 34 40 81 2D 19
Octal 43 134 54 76 0 64 100 201 55 31
Binary 100011 1011100 101100 111110 0 110100 1000000 10000001 101101 11001

Color Harmonies of #235C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235C2C

Black with #235C2C

Text Example


Text Example

White with #235C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,92,44); }

 H1.HeaderClassName
 {
   color: #235C2C;
 }
 .AnyTagClassName
 {
   color: #235C2C;
 }
</style>

background-color css

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

 a { background-color: rgb(35,92,44); }

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

border-color css

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

 span { border-color: rgb(35,92,44); }

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