Html Css Color HEX #016B30 Fun Green

📋 copy color: '#016B30'

red 1 ◦ green 107 ◦ blue 48

#016B30
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #016B30

Tints of Fun Green #016B30

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 value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#016B30 (or 0x016B30) is known color: 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

RGB 1 107 48 -
CMYK 0.99 0 0.55 0.58
HSL 146.6º 0.98% 0.21% -
HSV(B) 146.6º 0.99% 0.42% -
XYZ 5.8 10.74 4.56 -
YUV 68.58 116.38 79.8 -
System Red Green Blue C M Y K H S L
Decimal 1 107 48 0.99 0 0.55 0.58 146.6 0.98 0.21
Hex 1 6B 30 63 0 37 3A 93 62 15
Octal 1 153 60 143 0 67 72 223 142 25
Binary 1 1101011 110000 1100011 0 110111 111010 10010011 1100010 10101

Color Harmonies of #016B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B30

Black with #016B30

Text Example


Text Example

White with #016B30

Text Example


Text Example

HTML Codes & Css Web 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>