#255A3F

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

Shades of Green Pea #255A3F

Tints of Green Pea #255A3F

Color information

#255A3F (or 0x255A3F) is unknown color: approx Green Pea. HEX triplet: 25, 5A and 3F. RGB value is (37,90,63). Sum of RGB (Red+Green+Blue) = 37+90+63=190 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.47% from 190); Green value is 90 (35.55% from 255 or 47.37% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 90 - color contains mainly: green. Hex color #255A3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255A3F is #DAA5C0. Grayscale: #474747. Windows color (decimal): -14329281 or 4151845. OLE color: 4151845.

HSL color Cylindrical-coordinate representation of color #255A3F: hue angle of 149.43º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #255A3F is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB379063-
CMYK0.5900.300.65
HSL149.43º41.73%24.9%-
HSV(B)149.43º58.89%35.29%-
XYZ5.328.065.98-
YUV71.08123.44103.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.47%
GREEN value IS 90 (35.55% from 255) = 47.37%
BLUE value IS 63 (25% from 255) = 33.16%
R=19.47%
G=47.37%
B=33.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3790630.5900.300.65149.4341.7324.9
Hex255A3F3B01E41952a19
Octal4513277730361012255231
Binary100101101101011111111101101111010000011001010110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,90,63); }

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

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

 a { background-color: rgb(37,90,63); }

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

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

 span { border-color: rgb(37,90,63); }

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