#026113

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

Shades of Green #026113

Tints of Green #026113

Color information

#026113 (or 0x026113) is unknown color: approx Green. HEX triplet: 02, 61 and 13. RGB value is (2,97,19). Sum of RGB (Red+Green+Blue) = 2+97+19=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 97 (38.28% from 255 or 82.20% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 97 - color contains mainly: green. Hex color #026113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026113 is #FD9EEC. Grayscale: #3B3B3B. Windows color (decimal): -16621293 or 1270018. OLE color: 1270018.

HSL color Cylindrical-coordinate representation of color #026113: hue angle of 130.74º 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 #026113 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB29719-
CMYK0.9800.800.62
HSL130.74º95.96%19.41%-
HSV(B)130.74º97.94%38.04%-
XYZ4.428.612.05-
YUV59.7105.0386.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 97 (38.28% from 255) = 82.20%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=1.69%
G=82.20%
B=16.10%

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
Decimal297190.9800.800.62130.7495.9619.41
Hex26113620503E836013
Octal21412314201207620314023
Binary1011000011001111000100101000011111010000011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026113; }

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

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

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

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

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

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

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

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