#255C41

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

Shades of Green Pea #255C41

Tints of Green Pea #255C41

Color information

#255C41 (or 0x255C41) is unknown color: approx Green Pea. HEX triplet: 25, 5C and 41. RGB value is (37,92,65). Sum of RGB (Red+Green+Blue) = 37+92+65=194 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.07% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #255C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C41 is #DAA3BE. Grayscale: #484848. Windows color (decimal): -14328767 or 4283429. OLE color: 4283429.

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

Color convert

RGB379265-
CMYK0.6000.290.64
HSL150.55º42.64%25.29%-
HSV(B)150.55º59.78%36.08%-
XYZ5.548.436.34-
YUV72.48123.78102.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.07%
GREEN value IS 92 (36.33% from 255) = 47.42%
BLUE value IS 65 (25.78% from 255) = 33.51%
R=19.07%
G=47.42%
B=33.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3792650.6000.290.64150.5542.6425.29
Hex255C413C01D40972b19
Octal45134101740351002275331
Binary1001011011100100000111110001110110000001001011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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