Html Css Color HEX #0A251A Dark Green

📋 copy color: '#0A251A'

red 10 ◦ green 37 ◦ blue 26

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

Shades of Dark Green #0A251A

Tints of Dark Green #0A251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 50.68%

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

R = 13.7%
G = 50.68%
B = 35.62%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#0A251A (or 0x0A251A) is known color: Dark Green. HEX triplet: 0A, 25 and 1A. RGB value is (10,37,26). Sum of RGB (Red+Green+Blue) = 10+37+26=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251A is #F5DAE5. Grayscale: #1B1B1B. Windows color (decimal): -16112358 or 1713418. OLE color: 1713418.

HSL color Cylindrical-coordinate representation of color #0A251A: hue angle of 155.56º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A251A is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 26 -
CMYK 0.73 0 0.30 0.85
HSL 155.56º 0.57% 0.09% -
HSV(B) 155.56º 0.73% 0.15% -
XYZ 0.97 1.46 1.21 -
YUV 27.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 10 37 26 0.73 0 0.30 0.85 155.56 0.57 0.09
Hex A 25 1A 49 0 1E 55 9C 39 9
Octal 12 45 32 111 0 36 125 234 71 11
Binary 1010 100101 11010 1001001 0 11110 1010101 10011100 111001 1001

Color Harmonies of #0A251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A251A

Black with #0A251A

Text Example


Text Example

White with #0A251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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