Html Css Color HEX #235028 Parsley

📋 copy color: '#235028'

red 35 ◦ green 80 ◦ blue 40

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

Shades of Parsley #235028

Tints of Parsley #235028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.81%

R = 22.58%
G = 51.61%
B = 25.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#235028 (or 0x235028) is known color: Parsley. HEX triplet: 23, 50 and 28. RGB value is (35,80,40). Sum of RGB (Red+Green+Blue) = 35+80+40=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #235028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235028 is #DCAFD7. Grayscale: #3E3E3E. Windows color (decimal): -14462936 or 2641955. OLE color: 2641955.

HSL color Cylindrical-coordinate representation of color #235028: hue angle of 126.67º 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 #235028 is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 40 -
CMYK 0.56 0 0.5 0.69
HSL 126.67º 0.39% 0.23% -
HSV(B) 126.67º 0.56% 0.31% -
XYZ 3.94 6.25 3.01 -
YUV 61.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 35 80 40 0.56 0 0.5 0.69 126.67 0.39 0.23
Hex 23 50 28 38 0 32 45 7F 27 17
Octal 43 120 50 70 0 62 105 177 47 27
Binary 100011 1010000 101000 111000 0 110010 1000101 1111111 100111 10111

Color Harmonies of #235028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235028

Black with #235028

Text Example


Text Example

White with #235028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235028; }

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

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

background-color css

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

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

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

border-color css

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

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

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