#255C2C

Color #255C2C Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #255C2C

Tints of Parsley #255C2C

Color information

#255C2C (or 0x255C2C) is unknown color: approx Parsley. HEX triplet: 25, 5C and 2C. RGB value is (37,92,44). Sum of RGB (Red+Green+Blue) = 37+92+44=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 92 (36.33% from 255 or 53.18% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 92 - color contains mainly: green. Hex color #255C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C2C is #DAA3D3. Grayscale: #464646. Windows color (decimal): -14328788 or 2907173. OLE color: 2907173.

HSL color Cylindrical-coordinate representation of color #255C2C: hue angle of 127.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255C2C is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB379244-
CMYK0.6000.520.64
HSL127.64º42.64%25.29%-
HSV(B)127.64º59.78%36.08%-
XYZ5.048.233.71-
YUV70.08113.28104.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 92 (36.33% from 255) = 53.18%
BLUE value IS 44 (17.58% from 255) = 25.43%
R=21.39%
G=53.18%
B=25.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792440.6000.520.64127.6442.6425.29
Hex255C2C3C03440802b19
Octal4513454740641002005331
Binary1001011011100101100111100011010010000001000000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #255C2C;
 }
 .AnyTagClassName
 {
   color: #255C2C;
 }
</style>
background-color css

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

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

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

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

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

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