Html Css Color HEX #0A231A Dark Green

📋 copy color: '#0A231A'

red 10 ◦ green 35 ◦ blue 26

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

Shades of Dark Green #0A231A

Tints of Dark Green #0A231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 49.3%

 BLUE value IS 26 (10.55% from 255) = 36.62%

R = 14.08%
G = 49.3%
B = 36.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.86

RGB Variations

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

Color information

#0A231A (or 0x0A231A) is known color: Dark Green. HEX triplet: 0A, 23 and 1A. RGB value is (10,35,26). Sum of RGB (Red+Green+Blue) = 10+35+26=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #0A231A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A231A is #F5DCE5. Grayscale: #1A1A1A. Windows color (decimal): -16112870 or 1712906. OLE color: 1712906.

HSL color Cylindrical-coordinate representation of color #0A231A: hue angle of 158.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A231A is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 35 26 -
CMYK 0.71 0 0.26 0.86
HSL 158.4º 0.56% 0.09% -
HSV(B) 158.4º 0.71% 0.14% -
XYZ 0.91 1.34 1.19 -
YUV 26.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 10 35 26 0.71 0 0.26 0.86 158.4 0.56 0.09
Hex A 23 1A 47 0 1A 56 9E 38 9
Octal 12 43 32 107 0 32 126 236 70 11
Binary 1010 100011 11010 1000111 0 11010 1010110 10011110 111000 1001

Color Harmonies of #0A231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A231A

Black with #0A231A

Text Example


Text Example

White with #0A231A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,35,26); }

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

background-color css

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

 a { background-color: rgb(10,35,26); }

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

border-color css

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

 span { border-color: rgb(10,35,26); }

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