Html Css Color HEX #0A2721 Dark Green

📋 copy color: '#0A2721'

red 10 ◦ green 39 ◦ blue 33

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

Shades of Dark Green #0A2721

Tints of Dark Green #0A2721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 47.56%

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

R = 12.2%
G = 47.56%
B = 40.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#0A2721 (or 0x0A2721) is known color: Dark Green. HEX triplet: 0A, 27 and 21. RGB value is (10,39,33). Sum of RGB (Red+Green+Blue) = 10+39+33=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2721 is #F5D8DE. Grayscale: #1D1D1D. Windows color (decimal): -16111839 or 2172682. OLE color: 2172682.

HSL color Cylindrical-coordinate representation of color #0A2721: hue angle of 167.59º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2721 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 39 33 -
CMYK 0.74 0 0.15 0.85
HSL 167.59º 0.59% 0.1% -
HSV(B) 167.59º 0.74% 0.15% -
XYZ 1.13 1.63 1.69 -
YUV 29.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 10 39 33 0.74 0 0.15 0.85 167.59 0.59 0.1
Hex A 27 21 4A 0 F 55 A8 3B A
Octal 12 47 41 112 0 17 125 250 73 12
Binary 1010 100111 100001 1001010 0 1111 1010101 10101000 111011 1010

Color Harmonies of #0A2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2721

Black with #0A2721

Text Example


Text Example

White with #0A2721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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