#256142

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

Shades of Green Pea #256142

Tints of Green Pea #256142

Color information

#256142 (or 0x256142) is unknown color: approx Green Pea. HEX triplet: 25, 61 and 42. RGB value is (37,97,66). Sum of RGB (Red+Green+Blue) = 37+97+66=200 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #256142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #256142 is #DA9EBD. Grayscale: #4B4B4B. Windows color (decimal): -14327486 or 4350245. OLE color: 4350245.

HSL color Cylindrical-coordinate representation of color #256142: hue angle of 149º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #256142 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB379766-
CMYK0.6200.320.62
HSL149º44.78%26.27%-
HSV(B)149º61.86%38.04%-
XYZ6.029.346.64-
YUV75.53122.62100.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.5%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 66 (26.17% from 255) = 33%
R=18.5%
G=48.5%
B=33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3797660.6200.320.6214944.7826.27
Hex2561423E0203E952d1a
Octal4514110276040762255532
Binary1001011100001100001011111001000001111101001010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256142; }

 p { color: rgb(37,97,66); }

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

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

 a { background-color: rgb(37,97,66); }

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

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

 span { border-color: rgb(37,97,66); }

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