Html Css Color HEX #23542A Parsley

📋 copy color: '#23542A'

red 35 ◦ green 84 ◦ blue 42

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

Shades of Parsley #23542A

Tints of Parsley #23542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.17%

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

R = 21.74%
G = 52.17%
B = 26.09%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#23542A (or 0x23542A) is known color: Parsley. HEX triplet: 23, 54 and 2A. RGB value is (35,84,42). Sum of RGB (Red+Green+Blue) = 35+84+42=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #23542A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23542A is #DCABD5. Grayscale: #404040. Windows color (decimal): -14461910 or 2774051. OLE color: 2774051.

HSL color Cylindrical-coordinate representation of color #23542A: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23542A is Cyan = 0.58, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 84 42 -
CMYK 0.58 0 0.5 0.67
HSL 128.57º 0.41% 0.23% -
HSV(B) 128.57º 0.58% 0.33% -
XYZ 4.28 6.87 3.29 -
YUV 64.56 115.27 106.92 -
System Red Green Blue C M Y K H S L
Decimal 35 84 42 0.58 0 0.5 0.67 128.57 0.41 0.23
Hex 23 54 2A 3A 0 32 43 81 29 17
Octal 43 124 52 72 0 62 103 201 51 27
Binary 100011 1010100 101010 111010 0 110010 1000011 10000001 101001 10111

Color Harmonies of #23542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23542A

Black with #23542A

Text Example


Text Example

White with #23542A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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