#026A35

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

Shades of Fun Green #026A35

Tints of Fun Green #026A35

Color information

#026A35 (or 0x026A35) is unknown color: approx Fun Green. HEX triplet: 02, 6A and 35. RGB value is (2,106,53). Sum of RGB (Red+Green+Blue) = 2+106+53=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 106 (41.80% from 255 or 65.84% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 106 - color contains mainly: green. Hex color #026A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A35 is #FD95CA. Grayscale: #444444. Windows color (decimal): -16618955 or 3500546. OLE color: 3500546.

HSL color Cylindrical-coordinate representation of color #026A35: hue angle of 149.42º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A35 is Cyan = 0.98, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB210653-
CMYK0.9800.50.58
HSL149.42º96.3%21.18%-
HSV(B)149.42º98.11%41.57%-
XYZ5.8210.585.1-
YUV68.86119.0480.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 106 (41.80% from 255) = 65.84%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=1.24%
G=65.84%
B=32.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2106530.9800.50.58149.4296.321.18
Hex26A35620323A956015
Octal2152651420627222514025
Binary1011010101101011100010011001011101010010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,106,53); }

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

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

 a { background-color: rgb(2,106,53); }

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

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

 span { border-color: rgb(2,106,53); }

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