#255C30

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

Shades of Parsley #255C30

Tints of Parsley #255C30

Color information

#255C30 (or 0x255C30) is unknown color: approx Parsley. HEX triplet: 25, 5C and 30. RGB value is (37,92,48). Sum of RGB (Red+Green+Blue) = 37+92+48=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #255C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C30 is #DAA3CF. Grayscale: #464646. Windows color (decimal): -14328784 or 3169317. OLE color: 3169317.

HSL color Cylindrical-coordinate representation of color #255C30: hue angle of 132º 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 #255C30 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB379248-
CMYK0.6000.480.64
HSL132º42.64%25.29%-
HSV(B)132º59.78%36.08%-
XYZ5.128.264.12-
YUV70.54115.28104.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 92 (36.33% from 255) = 51.98%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=20.90%
G=51.98%
B=27.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792480.6000.480.6413242.6425.29
Hex255C303C03040842b19
Octal4513460740601002045331
Binary1001011011100110000111100011000010000001000010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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