Html Css Color HEX #01741D Green

📋 copy color: '#01741D'

red 1 ◦ green 116 ◦ blue 29

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

Shades of Green #01741D

Tints of Green #01741D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 79.45%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 0.68%
G = 79.45%
B = 19.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#01741D (or 0x01741D) is known color: Green. HEX triplet: 01, 74 and 1D. RGB value is (1,116,29). Sum of RGB (Red+Green+Blue) = 1+116+29=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #01741D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01741D is #FE8BE2. Grayscale: #474747. Windows color (decimal): -16681955 or 1930241. OLE color: 1930241.

HSL color Cylindrical-coordinate representation of color #01741D: hue angle of 134.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01741D is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 116 29 -
CMYK 0.99 0 0.75 0.55
HSL 134.61º 0.98% 0.23% -
HSV(B) 134.61º 0.99% 0.45% -
XYZ 6.48 12.59 3.25 -
YUV 71.7 103.9 77.57 -
System Red Green Blue C M Y K H S L
Decimal 1 116 29 0.99 0 0.75 0.55 134.61 0.98 0.23
Hex 1 74 1D 63 0 4B 37 87 62 17
Octal 1 164 35 143 0 113 67 207 142 27
Binary 1 1110100 11101 1100011 0 1001011 110111 10000111 1100010 10111

Color Harmonies of #01741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01741D

Black with #01741D

Text Example


Text Example

White with #01741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01741D; }

 p { color: rgb(1,116,29); }

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

background-color css

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

 a { background-color: rgb(1,116,29); }

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

border-color css

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

 span { border-color: rgb(1,116,29); }

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