Html Css Color HEX #23502A Parsley

📋 copy color: '#23502A'

red 35 ◦ green 80 ◦ blue 42

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

Shades of Parsley #23502A

Tints of Parsley #23502A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50.96%

 BLUE value IS 42 (16.8% from 255) = 26.75%

R = 22.29%
G = 50.96%
B = 26.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#23502A (or 0x23502A) is known color: Parsley. HEX triplet: 23, 50 and 2A. RGB value is (35,80,42). Sum of RGB (Red+Green+Blue) = 35+80+42=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #23502A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23502A is #DCAFD5. Grayscale: #3E3E3E. Windows color (decimal): -14462934 or 2773027. OLE color: 2773027.

HSL color Cylindrical-coordinate representation of color #23502A: hue angle of 129.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #23502A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 42 -
CMYK 0.56 0 0.48 0.69
HSL 129.33º 0.39% 0.23% -
HSV(B) 129.33º 0.56% 0.31% -
XYZ 3.98 6.26 3.19 -
YUV 62.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 35 80 42 0.56 0 0.48 0.69 129.33 0.39 0.23
Hex 23 50 2A 38 0 30 45 81 27 17
Octal 43 120 52 70 0 60 105 201 47 27
Binary 100011 1010000 101010 111000 0 110000 1000101 10000001 100111 10111

Color Harmonies of #23502A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23502A

Black with #23502A

Text Example


Text Example

White with #23502A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23502A; }

 p { color: rgb(35,80,42); }

 H1.HeaderClassName
 {
   color: #23502A;
 }
 .AnyTagClassName
 {
   color: #23502A;
 }
</style>

background-color css

<style>
 a { background-color: #23502A; }

 a { background-color: rgb(35,80,42); }

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

border-color css

<style>
 span { border-color: #23502A; }

 span { border-color: rgb(35,80,42); }

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