Html Css Color HEX #0A1E18 Dark Green

📋 copy color: '#0A1E18'

red 10 ◦ green 30 ◦ blue 24

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

Shades of Dark Green #0A1E18

Tints of Dark Green #0A1E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 37.5%

R = 15.63%
G = 46.88%
B = 37.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.20

 K value IS 0.88

RGB Variations

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

Color information

#0A1E18 (or 0x0A1E18) is known color: Dark Green. HEX triplet: 0A, 1E and 18. RGB value is (10,30,24). Sum of RGB (Red+Green+Blue) = 10+30+24=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #0A1E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1E18 is #F5E1E7. Grayscale: #171717. Windows color (decimal): -16114152 or 1580554. OLE color: 1580554.

HSL color Cylindrical-coordinate representation of color #0A1E18: hue angle of 162º 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 #0A1E18 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 30 24 -
CMYK 0.67 0 0.20 0.88
HSL 162º 0.5% 0.08% -
HSV(B) 162º 0.67% 0.12% -
XYZ 0.75 1.06 1.03 -
YUV 23.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 10 30 24 0.67 0 0.20 0.88 162 0.5 0.08
Hex A 1E 18 43 0 14 58 A2 32 8
Octal 12 36 30 103 0 24 130 242 62 10
Binary 1010 11110 11000 1000011 0 10100 1011000 10100010 110010 1000

Color Harmonies of #0A1E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1E18

Black with #0A1E18

Text Example


Text Example

White with #0A1E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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