#016B30

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

Shades of Fun Green #016B30

Tints of Fun Green #016B30

Color information

#016B30 (or 0x016B30) is unknown color: approx Fun Green. HEX triplet: 01, 6B and 30. RGB value is (1,107,48). Sum of RGB (Red+Green+Blue) = 1+107+48=156 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 156); Green value is 107 (42.19% from 255 or 68.59% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 107 - color contains mainly: green. Hex color #016B30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B30 is #FE94CF. Grayscale: #444444. Windows color (decimal): -16684240 or 3173121. OLE color: 3173121.

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

Color convert

RGB110748-
CMYK0.9900.550.58
HSL146.6º98.15%21.18%-
HSV(B)146.6º99.07%41.96%-
XYZ5.810.744.56-
YUV68.58116.3879.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.64%
GREEN value IS 107 (42.19% from 255) = 68.59%
BLUE value IS 48 (19.14% from 255) = 30.77%
R=0.64%
G=68.59%
B=30.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1107480.9900.550.58146.698.1521.18
Hex16B30630373A936215
Octal1153601430677222314225
Binary111010111100001100011011011111101010010011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016B30; }

 p { color: rgb(1,107,48); }

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

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

 a { background-color: rgb(1,107,48); }

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

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

 span { border-color: rgb(1,107,48); }

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