#026634

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

Shades of Fun Green #026634

Tints of Fun Green #026634

Color information

#026634 (or 0x026634) is unknown color: approx Fun Green. HEX triplet: 02, 66 and 34. RGB value is (2,102,52). Sum of RGB (Red+Green+Blue) = 2+102+52=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 102 (40.23% from 255 or 65.38% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 102 - color contains mainly: green. Hex color #026634 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026634 is #FD99CB. Grayscale: #424242. Windows color (decimal): -16619980 or 3433986. OLE color: 3433986.

HSL color Cylindrical-coordinate representation of color #026634: hue angle of 150º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026634 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB210252-
CMYK0.9800.490.6
HSL150º96.15%20.39%-
HSV(B)150º98.04%40%-
XYZ5.49.764.85-
YUV66.4119.8782.07-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 102 (40.23% from 255) = 65.38%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=1.28%
G=65.38%
B=33.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2102520.9800.490.615096.1520.39
Hex26634620313C966014
Octal2146641420617422614024
Binary1011001101101001100010011000111110010010110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026634; }

 p { color: rgb(2,102,52); }

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

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

 a { background-color: rgb(2,102,52); }

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

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

 span { border-color: rgb(2,102,52); }

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