Html Css Color HEX #017C1B Green

📋 copy color: '#017C1B'

red 1 ◦ green 124 ◦ blue 27

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

Shades of Green #017C1B

Tints of Green #017C1B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 81.58%

 BLUE value IS 27 (10.94% from 255) = 17.76%

R = 0.66%
G = 81.58%
B = 17.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#017C1B (or 0x017C1B) is known color: Green. HEX triplet: 01, 7C and 1B. RGB value is (1,124,27). Sum of RGB (Red+Green+Blue) = 1+124+27=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 124 (48.83% from 255 or 81.58% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 124 - color contains mainly: green. Hex color #017C1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #017C1B is #FE83E4. Grayscale: #4C4C4C. Windows color (decimal): -16679909 or 1801217. OLE color: 1801217.

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

Color convert

RGB 1 124 27 -
CMYK 0.99 0 0.78 0.51
HSL 132.68º 0.98% 0.25% -
HSV(B) 132.68º 0.99% 0.49% -
XYZ 7.42 14.5 3.44 -
YUV 76.17 100.25 74.39 -
System Red Green Blue C M Y K H S L
Decimal 1 124 27 0.99 0 0.78 0.51 132.68 0.98 0.25
Hex 1 7C 1B 63 0 4E 33 85 62 19
Octal 1 174 33 143 0 116 63 205 142 31
Binary 1 1111100 11011 1100011 0 1001110 110011 10000101 1100010 11001

Color Harmonies of #017C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017C1B

Black with #017C1B

Text Example


Text Example

White with #017C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017C1B; }

 p { color: rgb(1,124,27); }

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

background-color css

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

 a { background-color: rgb(1,124,27); }

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

border-color css

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

 span { border-color: rgb(1,124,27); }

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