#026F13

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

Shades of Green #026F13

Tints of Green #026F13

Color information

#026F13 (or 0x026F13) is unknown color: approx Green. HEX triplet: 02, 6F and 13. RGB value is (2,111,19). Sum of RGB (Red+Green+Blue) = 2+111+19=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 111 (43.75% from 255 or 84.09% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 111 - color contains mainly: green. Hex color #026F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #026F13 is #FD90EC. Grayscale: #444444. Windows color (decimal): -16617709 or 1273602. OLE color: 1273602.

HSL color Cylindrical-coordinate representation of color #026F13: hue angle of 129.36º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F13 is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB211119-
CMYK0.9800.830.56
HSL129.36º96.46%22.16%-
HSV(B)129.36º98.2%43.53%-
XYZ5.8311.432.51-
YUV67.92100.3980.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 111 (43.75% from 255) = 84.09%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=1.52%
G=84.09%
B=14.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111190.9800.830.56129.3696.4622.16
Hex26F136205338816016
Octal21572314201237020114026
Binary1011011111001111000100101001111100010000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026F13; }

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

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

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

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

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

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

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

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