Html Css Color HEX #255028 Parsley

📋 copy color: '#255028'

red 37 ◦ green 80 ◦ blue 40

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

Shades of Parsley #255028

Tints of Parsley #255028

RGB

 RED value IS 37 (14.84% from 255) = 23.57%

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

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

R = 23.57%
G = 50.96%
B = 25.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#255028 (or 0x255028) is known color: Parsley. HEX triplet: 25, 50 and 28. RGB value is (37,80,40). Sum of RGB (Red+Green+Blue) = 37+80+40=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #255028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255028 is #DAAFD7. Grayscale: #3E3E3E. Windows color (decimal): -14331864 or 2641957. OLE color: 2641957.

HSL color Cylindrical-coordinate representation of color #255028: hue angle of 124.19º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255028 is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 80 40 -
CMYK 0.54 0 0.5 0.69
HSL 124.19º 0.37% 0.23% -
HSV(B) 124.19º 0.54% 0.31% -
XYZ 4.01 6.28 3.01 -
YUV 62.58 115.25 109.75 -
System Red Green Blue C M Y K H S L
Decimal 37 80 40 0.54 0 0.5 0.69 124.19 0.37 0.23
Hex 25 50 28 36 0 32 45 7C 25 17
Octal 45 120 50 66 0 62 105 174 45 27
Binary 100101 1010000 101000 110110 0 110010 1000101 1111100 100101 10111

Color Harmonies of #255028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255028

Black with #255028

Text Example


Text Example

White with #255028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255028; }

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

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

background-color css

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

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

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

border-color css

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

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

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