Html Css Color HEX #0A2517 Dark Green

📋 copy color: '#0A2517'

red 10 ◦ green 37 ◦ blue 23

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

Shades of Dark Green #0A2517

Tints of Dark Green #0A2517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 32.86%

R = 14.29%
G = 52.86%
B = 32.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#0A2517 (or 0x0A2517) is known color: Dark Green. HEX triplet: 0A, 25 and 17. RGB value is (10,37,23). Sum of RGB (Red+Green+Blue) = 10+37+23=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2517 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2517 is #F5DAE8. Grayscale: #1B1B1B. Windows color (decimal): -16112361 or 1516810. OLE color: 1516810.

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

Color convert

RGB 10 37 23 -
CMYK 0.73 0 0.38 0.85
HSL 148.89º 0.57% 0.09% -
HSV(B) 148.89º 0.73% 0.15% -
XYZ 0.94 1.45 1.04 -
YUV 27.33 125.55 115.64 -
System Red Green Blue C M Y K H S L
Decimal 10 37 23 0.73 0 0.38 0.85 148.89 0.57 0.09
Hex A 25 17 49 0 26 55 95 39 9
Octal 12 45 27 111 0 46 125 225 71 11
Binary 1010 100101 10111 1001001 0 100110 1010101 10010101 111001 1001

Color Harmonies of #0A2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2517

Black with #0A2517

Text Example


Text Example

White with #0A2517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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