Html Css Color HEX #018306 Green

📋 copy color: '#018306'

red 1 ◦ green 131 ◦ blue 6

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

Shades of Green #018306

Tints of Green #018306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 94.93%

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 0.72%
G = 94.93%
B = 4.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#018306 (or 0x018306) is known color: Green. HEX triplet: 01, 83 and 06. RGB value is (1,131,6). Sum of RGB (Red+Green+Blue) = 1+131+6=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 131 (51.56% from 255 or 94.93% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 131 - color contains mainly: green. Hex color #018306 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018306 is #FE7CF9. Grayscale: #4E4E4E. Windows color (decimal): -16678138 or 426753. OLE color: 426753.

HSL color Cylindrical-coordinate representation of color #018306: hue angle of 122.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018306 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 6 -
CMYK 0.99 0 0.95 0.49
HSL 122.31º 0.98% 0.26% -
HSV(B) 122.31º 0.99% 0.51% -
XYZ 8.16 16.25 2.88 -
YUV 77.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 1 131 6 0.99 0 0.95 0.49 122.31 0.98 0.26
Hex 1 83 6 63 0 5F 31 7A 62 1A
Octal 1 203 6 143 0 137 61 172 142 32
Binary 1 10000011 110 1100011 0 1011111 110001 1111010 1100010 11010

Color Harmonies of #018306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018306

Black with #018306

Text Example


Text Example

White with #018306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018306; }

 p { color: rgb(1,131,6); }

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

background-color css

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

 a { background-color: rgb(1,131,6); }

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

border-color css

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

 span { border-color: rgb(1,131,6); }

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