Html Css Color HEX #0A2521 Dark Green

📋 copy color: '#0A2521'

red 10 ◦ green 37 ◦ blue 33

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

Shades of Dark Green #0A2521

Tints of Dark Green #0A2521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 12.5%
G = 46.25%
B = 41.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#0A2521 (or 0x0A2521) is known color: Dark Green. HEX triplet: 0A, 25 and 21. RGB value is (10,37,33). Sum of RGB (Red+Green+Blue) = 10+37+33=80 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.5% from 80); Green value is 37 (14.84% from 255 or 46.25% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 37 - color contains mainly: green. Hex color #0A2521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2521 is #F5DADE. Grayscale: #1C1C1C. Windows color (decimal): -16112351 or 2172170. OLE color: 2172170.

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

Color convert

RGB 10 37 33 -
CMYK 0.73 0 0.11 0.85
HSL 171.11º 0.57% 0.09% -
HSV(B) 171.11º 0.73% 0.15% -
XYZ 1.06 1.5 1.67 -
YUV 28.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 10 37 33 0.73 0 0.11 0.85 171.11 0.57 0.09
Hex A 25 21 49 0 B 55 AB 39 9
Octal 12 45 41 111 0 13 125 253 71 11
Binary 1010 100101 100001 1001001 0 1011 1010101 10101011 111001 1001

Color Harmonies of #0A2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2521

Black with #0A2521

Text Example


Text Example

White with #0A2521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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