#026013

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

Shades of Green #026013

Tints of Green #026013

Color information

#026013 (or 0x026013) is unknown color: approx Green. HEX triplet: 02, 60 and 13. RGB value is (2,96,19). Sum of RGB (Red+Green+Blue) = 2+96+19=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #026013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026013 is #FD9FEC. Grayscale: #3B3B3B. Windows color (decimal): -16621549 or 1269762. OLE color: 1269762.

HSL color Cylindrical-coordinate representation of color #026013: hue angle of 130.85º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026013 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB29619-
CMYK0.9800.800.62
HSL130.85º95.92%19.22%-
HSV(B)130.85º97.92%37.65%-
XYZ4.338.432.01-
YUV59.12105.3687.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=1.71%
G=82.05%
B=16.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296190.9800.800.62130.8595.9219.22
Hex26013620503E836013
Octal21402314201207620314023
Binary1011000001001111000100101000011111010000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026013; }

 p { color: rgb(2,96,19); }

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

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

 a { background-color: rgb(2,96,19); }

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

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

 span { border-color: rgb(2,96,19); }

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