#14B628

Color #14B628 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #14B628

Tints of Dark Pastel Green #14B628

Color information

#14B628 (or 0x14B628) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B6 and 28. RGB value is (20,182,40). Sum of RGB (Red+Green+Blue) = 20+182+40=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 182 (71.48% from 255 or 75.21% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 182 - color contains mainly: green. Hex color #14B628 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B628 is #EB49D7. Grayscale: #757575. Windows color (decimal): -15419864 or 2668052. OLE color: 2668052.

HSL color Cylindrical-coordinate representation of color #14B628: hue angle of 127.41º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B628 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB2018240-
CMYK0.8900.780.29
HSL127.41º80.2%39.61%-
HSV(B)127.41º89.01%71.37%-
XYZ17.433.767.61-
YUV117.3784.3358.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 182 (71.48% from 255) = 75.21%
BLUE value IS 40 (16.02% from 255) = 16.53%
R=8.26%
G=75.21%
B=16.53%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20182400.8900.780.29127.4180.239.61
Hex14B6285904E1D7f5028
Octal242665013101163517712050
Binary10100101101101010001011001010011101110111111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B628; }

 p { color: rgb(20,182,40); }

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

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

 a { background-color: rgb(20,182,40); }

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

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

 span { border-color: rgb(20,182,40); }

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