Html Css Color HEX #01150F Dark Green

📋 copy color: '#01150F'

red 1 ◦ green 21 ◦ blue 15

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

Shades of Dark Green #01150F

Tints of Dark Green #01150F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 56.76%

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

R = 2.7%
G = 56.76%
B = 40.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#01150F (or 0x01150F) is known color: Dark Green. HEX triplet: 01, 15 and 0F. RGB value is (1,21,15). Sum of RGB (Red+Green+Blue) = 1+21+15=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #01150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01150F is #FEEAF0. Grayscale: #0E0E0E. Windows color (decimal): -16706289 or 988417. OLE color: 988417.

HSL color Cylindrical-coordinate representation of color #01150F: hue angle of 162º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #01150F is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 21 15 -
CMYK 0.95 0 0.29 0.92
HSL 162º 0.91% 0.04% -
HSV(B) 162º 0.95% 0.08% -
XYZ 0.37 0.58 0.54 -
YUV 14.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 1 21 15 0.95 0 0.29 0.92 162 0.91 0.04
Hex 1 15 F 5F 0 1D 5C A2 5B 4
Octal 1 25 17 137 0 35 134 242 133 4
Binary 1 10101 1111 1011111 0 11101 1011100 10100010 1011011 100

Color Harmonies of #01150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01150F

Black with #01150F

Text Example


Text Example

White with #01150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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