Html Css Color HEX #01160F Dark Green

📋 copy color: '#01160F'

red 1 ◦ green 22 ◦ blue 15

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

Shades of Dark Green #01160F

Tints of Dark Green #01160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 57.89%

 BLUE value IS 15 (6.25% from 255) = 39.47%

R = 2.63%
G = 57.89%
B = 39.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.91

RGB Variations

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

Color information

#01160F (or 0x01160F) is known color: Dark Green. HEX triplet: 01, 16 and 0F. RGB value is (1,22,15). Sum of RGB (Red+Green+Blue) = 1+22+15=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #01160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01160F is #FEE9F0. Grayscale: #0E0E0E. Windows color (decimal): -16706033 or 988673. OLE color: 988673.

HSL color Cylindrical-coordinate representation of color #01160F: hue angle of 160º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01160F is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB 1 22 15 -
CMYK 0.95 0 0.32 0.91
HSL 160º 0.91% 0.05% -
HSV(B) 160º 0.95% 0.09% -
XYZ 0.39 0.61 0.55 -
YUV 14.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 1 22 15 0.95 0 0.32 0.91 160 0.91 0.05
Hex 1 16 F 5F 0 20 5B A0 5B 5
Octal 1 26 17 137 0 40 133 240 133 5
Binary 1 10110 1111 1011111 0 100000 1011011 10100000 1011011 101

Color Harmonies of #01160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01160F

Black with #01160F

Text Example


Text Example

White with #01160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,22,15); }

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

background-color css

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

 a { background-color: rgb(1,22,15); }

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

border-color css

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

 span { border-color: rgb(1,22,15); }

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