Html Css Color HEX #0A251D Dark Green

📋 copy color: '#0A251D'

red 10 ◦ green 37 ◦ blue 29

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

Shades of Dark Green #0A251D

Tints of Dark Green #0A251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 38.16%

R = 13.16%
G = 48.68%
B = 38.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#0A251D (or 0x0A251D) is known color: Dark Green. HEX triplet: 0A, 25 and 1D. RGB value is (10,37,29). Sum of RGB (Red+Green+Blue) = 10+37+29=76 (10% of max value = 765). Red value is 10 (4.30% from 255 or 13.16% from 76); Green value is 37 (14.84% from 255 or 48.68% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251D is #F5DAE2. Grayscale: #1C1C1C. Windows color (decimal): -16112355 or 1910026. OLE color: 1910026.

HSL color Cylindrical-coordinate representation of color #0A251D: hue angle of 162.22º 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 #0A251D is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 37 29 -
CMYK 0.73 0 0.22 0.85
HSL 162.22º 0.57% 0.09% -
HSV(B) 162.22º 0.73% 0.15% -
XYZ 1.01 1.48 1.39 -
YUV 28.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 10 37 29 0.73 0 0.22 0.85 162.22 0.57 0.09
Hex A 25 1D 49 0 16 55 A2 39 9
Octal 12 45 35 111 0 26 125 242 71 11
Binary 1010 100101 11101 1001001 0 10110 1010101 10100010 111001 1001

Color Harmonies of #0A251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A251D

Black with #0A251D

Text Example


Text Example

White with #0A251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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