Html Css Color HEX #01851F Green

📋 copy color: '#01851F'

red 1 ◦ green 133 ◦ blue 31

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

Shades of Green #01851F

Tints of Green #01851F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 80.61%

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

R = 0.61%
G = 80.61%
B = 18.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#01851F (or 0x01851F) is known color: Green. HEX triplet: 01, 85 and 1F. RGB value is (1,133,31). Sum of RGB (Red+Green+Blue) = 1+133+31=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #01851F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01851F is #FE7AE0. Grayscale: #525252. Windows color (decimal): -16677601 or 2065665. OLE color: 2065665.

HSL color Cylindrical-coordinate representation of color #01851F: hue angle of 133.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01851F is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 31 -
CMYK 0.99 0 0.77 0.48
HSL 133.64º 0.99% 0.26% -
HSV(B) 133.64º 0.99% 0.52% -
XYZ 8.65 16.88 4.1 -
YUV 81.9 99.27 70.29 -
System Red Green Blue C M Y K H S L
Decimal 1 133 31 0.99 0 0.77 0.48 133.64 0.99 0.26
Hex 1 85 1F 63 0 4D 30 86 63 1A
Octal 1 205 37 143 0 115 60 206 143 32
Binary 1 10000101 11111 1100011 0 1001101 110000 10000110 1100011 11010

Color Harmonies of #01851F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01851F

Black with #01851F

Text Example


Text Example

White with #01851F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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