#029E27

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

Shades of Dark Pastel Green #029E27

Tints of Dark Pastel Green #029E27

Color information

#029E27 (or 0x029E27) is unknown color: approx Dark Pastel Green. HEX triplet: 02, 9E and 27. RGB value is (2,158,39). Sum of RGB (Red+Green+Blue) = 2+158+39=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 158 (62.11% from 255 or 79.40% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 158 - color contains mainly: green. Hex color #029E27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #029E27 is #FD61D8. Grayscale: #626262. Windows color (decimal): -16605657 or 2596354. OLE color: 2596354.

HSL color Cylindrical-coordinate representation of color #029E27: hue angle of 134.23º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029E27 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB215839-
CMYK0.9900.750.38
HSL134.23º97.5%31.37%-
HSV(B)134.23º98.73%61.96%-
XYZ12.6224.616.01-
YUV97.7994.8259.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 158 (62.11% from 255) = 79.40%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=1.01%
G=79.40%
B=19.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal2158390.9900.750.38134.2397.531.37
Hex29E276304B2686621f
Octal22364714301134620614237
Binary101001111010011111000110100101110011010000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #029E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #029E27; }

 p { color: rgb(2,158,39); }

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

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

 a { background-color: rgb(2,158,39); }

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

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

 span { border-color: rgb(2,158,39); }

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