Html Css Color HEX #01140A Dark Green

📋 copy color: '#01140A'

red 1 ◦ green 20 ◦ blue 10

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

Shades of Dark Green #01140A

Tints of Dark Green #01140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 64.52%

 BLUE value IS 10 (4.3% from 255) = 32.26%

R = 3.23%
G = 64.52%
B = 32.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.92

RGB Variations

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

Color information

#01140A (or 0x01140A) is known color: Dark Green. HEX triplet: 01, 14 and 0A. RGB value is (1,20,10). Sum of RGB (Red+Green+Blue) = 1+20+10=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #01140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01140A is #FEEBF5. Grayscale: #0D0D0D. Windows color (decimal): -16706550 or 660481. OLE color: 660481.

HSL color Cylindrical-coordinate representation of color #01140A: hue angle of 148.42º degrees, saturation: 0.9, 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 #01140A is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 10 -
CMYK 0.95 0 0.50 0.92
HSL 148.42º 0.9% 0.04% -
HSV(B) 148.42º 0.95% 0.08% -
XYZ 0.32 0.53 0.37 -
YUV 13.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 1 20 10 0.95 0 0.50 0.92 148.42 0.9 0.04
Hex 1 14 A 5F 0 32 5C 94 5A 4
Octal 1 24 12 137 0 62 134 224 132 4
Binary 1 10100 1010 1011111 0 110010 1011100 10010100 1011010 100

Color Harmonies of #01140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01140A

Black with #01140A

Text Example


Text Example

White with #01140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01140A; }

 p { color: rgb(1,20,10); }

 H1.HeaderClassName
 {
   color: #01140A;
 }
 .AnyTagClassName
 {
   color: #01140A;
 }
</style>

background-color css

<style>
 a { background-color: #01140A; }

 a { background-color: rgb(1,20,10); }

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

border-color css

<style>
 span { border-color: #01140A; }

 span { border-color: rgb(1,20,10); }

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