Html Css Color HEX #0A1E1B Dark Green

📋 copy color: '#0A1E1B'

red 10 ◦ green 30 ◦ blue 27

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

Shades of Dark Green #0A1E1B

Tints of Dark Green #0A1E1B

RGB

 RED value IS 10 (4.3% from 255) = 14.93%

 GREEN value IS 30 (12.11% from 255) = 44.78%

 BLUE value IS 27 (10.94% from 255) = 40.3%

R = 14.93%
G = 44.78%
B = 40.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.88

RGB Variations

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

Color information

#0A1E1B (or 0x0A1E1B) is known color: Dark Green. HEX triplet: 0A, 1E and 1B. RGB value is (10,30,27). Sum of RGB (Red+Green+Blue) = 10+30+27=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E1B is #F5E1E4. Grayscale: #171717. Windows color (decimal): -16114149 or 1777162. OLE color: 1777162.

HSL color Cylindrical-coordinate representation of color #0A1E1B: hue angle of 171º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0A1E1B is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 30 27 -
CMYK 0.67 0 0.10 0.88
HSL 171º 0.5% 0.08% -
HSV(B) 171º 0.67% 0.12% -
XYZ 0.79 1.07 1.2 -
YUV 23.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 10 30 27 0.67 0 0.10 0.88 171 0.5 0.08
Hex A 1E 1B 43 0 A 58 AB 32 8
Octal 12 36 33 103 0 12 130 253 62 10
Binary 1010 11110 11011 1000011 0 1010 1011000 10101011 110010 1000

Color Harmonies of #0A1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E1B

Black with #0A1E1B

Text Example


Text Example

White with #0A1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A1E1B; }

 p { color: rgb(10,30,27); }

 H1.HeaderClassName
 {
   color: #0A1E1B;
 }
 .AnyTagClassName
 {
   color: #0A1E1B;
 }
</style>

background-color css

<style>
 a { background-color: #0A1E1B; }

 a { background-color: rgb(10,30,27); }

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

border-color css

<style>
 span { border-color: #0A1E1B; }

 span { border-color: rgb(10,30,27); }

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