Html Css Color HEX #0A392A Dark Green

📋 copy color: '#0A392A'

red 10 ◦ green 57 ◦ blue 42

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

Shades of Dark Green #0A392A

Tints of Dark Green #0A392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 38.53%

R = 9.17%
G = 52.29%
B = 38.53%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.78

RGB Variations

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

Color information

#0A392A (or 0x0A392A) is known color: Dark Green. HEX triplet: 0A, 39 and 2A. RGB value is (10,57,42). Sum of RGB (Red+Green+Blue) = 10+57+42=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 57 (22.66% from 255 or 52.29% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 57 - color contains mainly: green. Hex color #0A392A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A392A is #F5C6D5. Grayscale: #292929. Windows color (decimal): -16107222 or 2767114. OLE color: 2767114.

HSL color Cylindrical-coordinate representation of color #0A392A: hue angle of 160.85º 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 #0A392A is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB 10 57 42 -
CMYK 0.82 0 0.26 0.78
HSL 160.85º 0.7% 0.13% -
HSV(B) 160.85º 0.82% 0.22% -
XYZ 2.01 3.16 2.69 -
YUV 41.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 10 57 42 0.82 0 0.26 0.78 160.85 0.7 0.13
Hex A 39 2A 52 0 1A 4E A1 46 D
Octal 12 71 52 122 0 32 116 241 106 15
Binary 1010 111001 101010 1010010 0 11010 1001110 10100001 1000110 1101

Color Harmonies of #0A392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A392A

Black with #0A392A

Text Example


Text Example

White with #0A392A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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