Html Css Color HEX #0A3227 Dark Green

📋 copy color: '#0A3227'

red 10 ◦ green 50 ◦ blue 39

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

Shades of Dark Green #0A3227

Tints of Dark Green #0A3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 50.51%

 BLUE value IS 39 (15.63% from 255) = 39.39%

R = 10.1%
G = 50.51%
B = 39.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.22

 K value IS 0.80

RGB Variations

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

Color information

#0A3227 (or 0x0A3227) is known color: Dark Green. HEX triplet: 0A, 32 and 27. RGB value is (10,50,39). Sum of RGB (Red+Green+Blue) = 10+50+39=99 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10.10% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3227 is #F5CDD8. Grayscale: #242424. Windows color (decimal): -16109017 or 2568714. OLE color: 2568714.

HSL color Cylindrical-coordinate representation of color #0A3227: hue angle of 163.5º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3227 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.

Color convert

RGB 10 50 39 -
CMYK 0.80 0 0.22 0.80
HSL 163.5º 0.67% 0.12% -
HSV(B) 163.5º 0.8% 0.2% -
XYZ 1.63 2.49 2.31 -
YUV 36.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 10 50 39 0.80 0 0.22 0.80 163.5 0.67 0.12
Hex A 32 27 50 0 16 50 A4 43 C
Octal 12 62 47 120 0 26 120 244 103 14
Binary 1010 110010 100111 1010000 0 10110 1010000 10100100 1000011 1100

Color Harmonies of #0A3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A3227

Black with #0A3227

Text Example


Text Example

White with #0A3227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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