Html Css Color HEX #0A331D Dark Green

📋 copy color: '#0A331D'

red 10 ◦ green 51 ◦ blue 29

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

Shades of Dark Green #0A331D

Tints of Dark Green #0A331D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 56.67%

 BLUE value IS 29 (11.72% from 255) = 32.22%

R = 11.11%
G = 56.67%
B = 32.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.43

 K value IS 0.8

RGB Variations

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

Color information

#0A331D (or 0x0A331D) is known color: Dark Green. HEX triplet: 0A, 33 and 1D. RGB value is (10,51,29). Sum of RGB (Red+Green+Blue) = 10+51+29=90 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.11% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #0A331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A331D is #F5CCE2. Grayscale: #242424. Windows color (decimal): -16108771 or 1913610. OLE color: 1913610.

HSL color Cylindrical-coordinate representation of color #0A331D: hue angle of 147.8º 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 #0A331D is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB 10 51 29 -
CMYK 0.80 0 0.43 0.8
HSL 147.8º 0.67% 0.12% -
HSV(B) 147.8º 0.8% 0.2% -
XYZ 1.53 2.52 1.57 -
YUV 36.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 10 51 29 0.80 0 0.43 0.8 147.8 0.67 0.12
Hex A 33 1D 50 0 2B 50 94 43 C
Octal 12 63 35 120 0 53 120 224 103 14
Binary 1010 110011 11101 1010000 0 101011 1010000 10010100 1000011 1100

Color Harmonies of #0A331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A331D

Black with #0A331D

Text Example


Text Example

White with #0A331D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,51,29); }

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

background-color css

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

 a { background-color: rgb(10,51,29); }

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

border-color css

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

 span { border-color: rgb(10,51,29); }

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