Html Css Color HEX #016D30 Fun Green

📋 copy color: '#016D30'

red 1 ◦ green 109 ◦ blue 48

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

Shades of Fun Green #016D30

Tints of Fun Green #016D30

RGB

 RED value IS 1 (0.78% from 255) = 0.63%

 GREEN value IS 109 (42.97% from 255) = 68.99%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 0.63%
G = 68.99%
B = 30.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#016D30 (or 0x016D30) is known color: Fun Green. HEX triplet: 01, 6D and 30. RGB value is (1,109,48). Sum of RGB (Red+Green+Blue) = 1+109+48=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 109 (42.97% from 255 or 68.99% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 109 - color contains mainly: green. Hex color #016D30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D30 is #FE92CF. Grayscale: #454545. Windows color (decimal): -16683728 or 3173633. OLE color: 3173633.

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

Color convert

RGB 1 109 48 -
CMYK 0.99 0 0.56 0.57
HSL 146.11º 0.98% 0.22% -
HSV(B) 146.11º 0.99% 0.43% -
XYZ 6.01 11.16 4.63 -
YUV 69.75 115.72 78.96 -
System Red Green Blue C M Y K H S L
Decimal 1 109 48 0.99 0 0.56 0.57 146.11 0.98 0.22
Hex 1 6D 30 63 0 38 39 92 62 16
Octal 1 155 60 143 0 70 71 222 142 26
Binary 1 1101101 110000 1100011 0 111000 111001 10010010 1100010 10110

Color Harmonies of #016D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D30

Black with #016D30

Text Example


Text Example

White with #016D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #016D30;
 }
 .AnyTagClassName
 {
   color: #016D30;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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