Html Css Color HEX #0A2514 Dark Green

📋 copy color: '#0A2514'

red 10 ◦ green 37 ◦ blue 20

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

Shades of Dark Green #0A2514

Tints of Dark Green #0A2514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 29.85%

R = 14.93%
G = 55.22%
B = 29.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#0A2514 (or 0x0A2514) is known color: Dark Green. HEX triplet: 0A, 25 and 14. RGB value is (10,37,20). Sum of RGB (Red+Green+Blue) = 10+37+20=67 (8% of max value = 765). Red value is 10 (4.30% from 255 or 14.93% from 67); Green value is 37 (14.84% from 255 or 55.22% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2514 is #F5DAEB. Grayscale: #1B1B1B. Windows color (decimal): -16112364 or 1320202. OLE color: 1320202.

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

Color convert

RGB 10 37 20 -
CMYK 0.73 0 0.46 0.85
HSL 142.22º 0.57% 0.09% -
HSV(B) 142.22º 0.73% 0.15% -
XYZ 0.91 1.44 0.89 -
YUV 26.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 10 37 20 0.73 0 0.46 0.85 142.22 0.57 0.09
Hex A 25 14 49 0 2E 55 8E 39 9
Octal 12 45 24 111 0 56 125 216 71 11
Binary 1010 100101 10100 1001001 0 101110 1010101 10001110 111001 1001

Color Harmonies of #0A2514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2514

Black with #0A2514

Text Example


Text Example

White with #0A2514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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