#255C2B

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

Shades of Parsley #255C2B

Tints of Parsley #255C2B

Color information

#255C2B (or 0x255C2B) is unknown color: approx Parsley. HEX triplet: 25, 5C and 2B. RGB value is (37,92,43). Sum of RGB (Red+Green+Blue) = 37+92+43=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 92 (36.33% from 255 or 53.49% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 92 - color contains mainly: green. Hex color #255C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C2B is #DAA3D4. Grayscale: #464646. Windows color (decimal): -14328789 or 2841637. OLE color: 2841637.

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

Color convert

RGB379243-
CMYK0.6000.530.64
HSL126.55º42.64%25.29%-
HSV(B)126.55º59.78%36.08%-
XYZ5.038.223.61-
YUV69.97112.78104.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 92 (36.33% from 255) = 53.49%
BLUE value IS 43 (17.19% from 255) = 25%
R=21.51%
G=53.49%
B=25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792430.6000.530.64126.5542.6425.29
Hex255C2B3C035407f2b19
Octal4513453740651001775331
Binary100101101110010101111110001101011000000111111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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