Html Css Color HEX #016530 Fun Green

📋 copy color: '#016530'

red 1 ◦ green 101 ◦ blue 48

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

Shades of Fun Green #016530

Tints of Fun Green #016530

RGB

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

 GREEN value IS 101 (39.84% from 255) = 67.33%

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

R = 0.67%
G = 67.33%
B = 32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#016530 (or 0x016530) is known color: Fun Green. HEX triplet: 01, 65 and 30. RGB value is (1,101,48). Sum of RGB (Red+Green+Blue) = 1+101+48=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 101 (39.84% from 255 or 67.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 101 - color contains mainly: green. Hex color #016530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016530 is #FE9ACF. Grayscale: #414141. Windows color (decimal): -16685776 or 3171585. OLE color: 3171585.

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

Color convert

RGB 1 101 48 -
CMYK 0.99 0 0.52 0.60
HSL 148.2º 0.98% 0.2% -
HSV(B) 148.2º 0.99% 0.4% -
XYZ 5.2 9.53 4.36 -
YUV 65.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 1 101 48 0.99 0 0.52 0.60 148.2 0.98 0.2
Hex 1 65 30 63 0 34 3C 94 62 14
Octal 1 145 60 143 0 64 74 224 142 24
Binary 1 1100101 110000 1100011 0 110100 111100 10010100 1100010 10100

Color Harmonies of #016530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016530

Black with #016530

Text Example


Text Example

White with #016530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016530; }

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

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

background-color css

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

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

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

border-color css

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

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

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