Html Css Color HEX #0A251F Dark Green

📋 copy color: '#0A251F'

red 10 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #0A251F

Tints of Dark Green #0A251F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 39.74%

R = 12.82%
G = 47.44%
B = 39.74%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#0A251F (or 0x0A251F) is known color: Dark Green. HEX triplet: 0A, 25 and 1F. RGB value is (10,37,31). Sum of RGB (Red+Green+Blue) = 10+37+31=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 37 - color contains mainly: green. Hex color #0A251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A251F is #F5DAE0. Grayscale: #1C1C1C. Windows color (decimal): -16112353 or 2041098. OLE color: 2041098.

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

Color convert

RGB 10 37 31 -
CMYK 0.73 0 0.16 0.85
HSL 166.67º 0.57% 0.09% -
HSV(B) 166.67º 0.73% 0.15% -
XYZ 1.03 1.49 1.53 -
YUV 28.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 10 37 31 0.73 0 0.16 0.85 166.67 0.57 0.09
Hex A 25 1F 49 0 10 55 A7 39 9
Octal 12 45 37 111 0 20 125 247 71 11
Binary 1010 100101 11111 1001001 0 10000 1010101 10100111 111001 1001

Color Harmonies of #0A251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A251F

Black with #0A251F

Text Example


Text Example

White with #0A251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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