#255D40

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

Shades of Green Pea #255D40

Tints of Green Pea #255D40

Color information

#255D40 (or 0x255D40) is unknown color: approx Green Pea. HEX triplet: 25, 5D and 40. RGB value is (37,93,64). Sum of RGB (Red+Green+Blue) = 37+93+64=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 93 (36.72% from 255 or 47.94% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 93 - color contains mainly: green. Hex color #255D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255D40 is #DAA2BF. Grayscale: #494949. Windows color (decimal): -14328512 or 4218149. OLE color: 4218149.

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

Color convert

RGB379364-
CMYK0.6000.310.64
HSL148.93º43.08%25.49%-
HSV(B)148.93º60.22%36.47%-
XYZ5.68.596.21-
YUV72.95122.95102.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 93 (36.72% from 255) = 47.94%
BLUE value IS 64 (25.39% from 255) = 32.99%
R=19.07%
G=47.94%
B=32.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3793640.6000.310.64148.9343.0825.49
Hex255D403C01F40952b19
Octal45135100740371002255331
Binary1001011011101100000011110001111110000001001010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,93,64); }

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

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

 a { background-color: rgb(37,93,64); }

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

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

 span { border-color: rgb(37,93,64); }

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