Html Css Color HEX #0A392C Dark Green

📋 copy color: '#0A392C'

red 10 ◦ green 57 ◦ blue 44

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

Shades of Dark Green #0A392C

Tints of Dark Green #0A392C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 51.35%

 BLUE value IS 44 (17.58% from 255) = 39.64%

R = 9.01%
G = 51.35%
B = 39.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#0A392C (or 0x0A392C) is known color: Dark Green. HEX triplet: 0A, 39 and 2C. RGB value is (10,57,44). Sum of RGB (Red+Green+Blue) = 10+57+44=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 57 (22.66% from 255 or 51.35% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 57 - color contains mainly: green. Hex color #0A392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A392C is #F5C6D3. Grayscale: #292929. Windows color (decimal): -16107220 or 2898186. OLE color: 2898186.

HSL color Cylindrical-coordinate representation of color #0A392C: hue angle of 163.4º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A392C is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 57 44 -
CMYK 0.82 0 0.23 0.78
HSL 163.4º 0.7% 0.13% -
HSV(B) 163.4º 0.82% 0.22% -
XYZ 2.04 3.17 2.89 -
YUV 41.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 10 57 44 0.82 0 0.23 0.78 163.4 0.7 0.13
Hex A 39 2C 52 0 17 4E A3 46 D
Octal 12 71 54 122 0 27 116 243 106 15
Binary 1010 111001 101100 1010010 0 10111 1001110 10100011 1000110 1101

Color Harmonies of #0A392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A392C

Black with #0A392C

Text Example


Text Example

White with #0A392C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,57,44); }

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

background-color css

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

 a { background-color: rgb(10,57,44); }

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

border-color css

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

 span { border-color: rgb(10,57,44); }

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