Html Css Color HEX #01751F Green

📋 copy color: '#01751F'

red 1 ◦ green 117 ◦ blue 31

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

Shades of Green #01751F

Tints of Green #01751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 78.52%

 BLUE value IS 31 (12.5% from 255) = 20.81%

R = 0.67%
G = 78.52%
B = 20.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#01751F (or 0x01751F) is known color: Green. HEX triplet: 01, 75 and 1F. RGB value is (1,117,31). Sum of RGB (Red+Green+Blue) = 1+117+31=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #01751F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01751F is #FE8AE0. Grayscale: #484848. Windows color (decimal): -16681697 or 2061569. OLE color: 2061569.

HSL color Cylindrical-coordinate representation of color #01751F: hue angle of 135.52º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01751F is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 117 31 -
CMYK 0.99 0 0.74 0.54
HSL 135.52º 0.98% 0.23% -
HSV(B) 135.52º 0.99% 0.46% -
XYZ 6.62 12.83 3.42 -
YUV 72.51 104.57 76.99 -
System Red Green Blue C M Y K H S L
Decimal 1 117 31 0.99 0 0.74 0.54 135.52 0.98 0.23
Hex 1 75 1F 63 0 4A 36 88 62 17
Octal 1 165 37 143 0 112 66 210 142 27
Binary 1 1110101 11111 1100011 0 1001010 110110 10001000 1100010 10111

Color Harmonies of #01751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01751F

Black with #01751F

Text Example


Text Example

White with #01751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01751F; }

 p { color: rgb(1,117,31); }

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

background-color css

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

 a { background-color: rgb(1,117,31); }

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

border-color css

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

 span { border-color: rgb(1,117,31); }

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