Html Css Color HEX #0A211F Dark Green

📋 copy color: '#0A211F'

red 10 ◦ green 33 ◦ blue 31

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

Shades of Dark Green #0A211F

Tints of Dark Green #0A211F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 44.59%

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

R = 13.51%
G = 44.59%
B = 41.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#0A211F (or 0x0A211F) is known color: Dark Green. HEX triplet: 0A, 21 and 1F. RGB value is (10,33,31). Sum of RGB (Red+Green+Blue) = 10+33+31=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 33 - color contains mainly: green. Hex color #0A211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A211F is #F5DEE0. Grayscale: #191919. Windows color (decimal): -16113377 or 2040074. OLE color: 2040074.

HSL color Cylindrical-coordinate representation of color #0A211F: hue angle of 174.78º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A211F is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 33 31 -
CMYK 0.70 0 0.06 0.87
HSL 174.78º 0.53% 0.08% -
HSV(B) 174.78º 0.7% 0.13% -
XYZ 0.92 1.25 1.49 -
YUV 25.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 10 33 31 0.70 0 0.06 0.87 174.78 0.53 0.08
Hex A 21 1F 46 0 6 57 AF 35 8
Octal 12 41 37 106 0 6 127 257 65 10
Binary 1010 100001 11111 1000110 0 110 1010111 10101111 110101 1000

Color Harmonies of #0A211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A211F

Black with #0A211F

Text Example


Text Example

White with #0A211F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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