#026D30

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

Shades of Fun Green #026D30

Tints of Fun Green #026D30

Color information

#026D30 (or 0x026D30) is unknown color: approx Fun Green. HEX triplet: 02, 6D and 30. RGB value is (2,109,48). Sum of RGB (Red+Green+Blue) = 2+109+48=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 109 (42.97% from 255 or 68.55% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 109 - color contains mainly: green. Hex color #026D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026D30 is #FD92CF. Grayscale: #464646. Windows color (decimal): -16618192 or 3173634. OLE color: 3173634.

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

Color convert

RGB210948-
CMYK0.9800.560.57
HSL145.79º96.4%21.76%-
HSV(B)145.79º98.17%42.75%-
XYZ6.0311.164.63-
YUV70.05115.5579.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 109 (42.97% from 255) = 68.55%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=1.26%
G=68.55%
B=30.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2109480.9800.560.57145.7996.421.76
Hex26D306203839926016
Octal2155601420707122214026
Binary1011011011100001100010011100011100110010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,109,48); }

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

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

 a { background-color: rgb(2,109,48); }

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

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

 span { border-color: rgb(2,109,48); }

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