Html Css Color HEX #01881F Green

📋 copy color: '#01881F'

red 1 ◦ green 136 ◦ blue 31

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

Shades of Green #01881F

Tints of Green #01881F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 80.95%

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

R = 0.6%
G = 80.95%
B = 18.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#01881F (or 0x01881F) is known color: Green. HEX triplet: 01, 88 and 1F. RGB value is (1,136,31). Sum of RGB (Red+Green+Blue) = 1+136+31=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #01881F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01881F is #FE77E0. Grayscale: #535353. Windows color (decimal): -16676833 or 2066433. OLE color: 2066433.

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

Color convert

RGB 1 136 31 -
CMYK 0.99 0 0.77 0.47
HSL 133.33º 0.99% 0.27% -
HSV(B) 133.33º 0.99% 0.53% -
XYZ 9.06 17.71 4.24 -
YUV 83.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 1 136 31 0.99 0 0.77 0.47 133.33 0.99 0.27
Hex 1 88 1F 63 0 4D 2F 85 63 1B
Octal 1 210 37 143 0 115 57 205 143 33
Binary 1 10001000 11111 1100011 0 1001101 101111 10000101 1100011 11011

Color Harmonies of #01881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01881F

Black with #01881F

Text Example


Text Example

White with #01881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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