Html Css Color HEX #0A2617 Dark Green

📋 copy color: '#0A2617'

red 10 ◦ green 38 ◦ blue 23

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

Shades of Dark Green #0A2617

Tints of Dark Green #0A2617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 53.52%

 BLUE value IS 23 (9.38% from 255) = 32.39%

R = 14.08%
G = 53.52%
B = 32.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.85

RGB Variations

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

Color information

#0A2617 (or 0x0A2617) is known color: Dark Green. HEX triplet: 0A, 26 and 17. RGB value is (10,38,23). Sum of RGB (Red+Green+Blue) = 10+38+23=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #0A2617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2617 is #F5D9E8. Grayscale: #1B1B1B. Windows color (decimal): -16112105 or 1517066. OLE color: 1517066.

HSL color Cylindrical-coordinate representation of color #0A2617: hue angle of 147.86º degrees, saturation: 0.58, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2617 is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 38 23 -
CMYK 0.74 0 0.39 0.85
HSL 147.86º 0.58% 0.09% -
HSV(B) 147.86º 0.74% 0.15% -
XYZ 0.97 1.51 1.05 -
YUV 27.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 10 38 23 0.74 0 0.39 0.85 147.86 0.58 0.09
Hex A 26 17 4A 0 27 55 94 3A 9
Octal 12 46 27 112 0 47 125 224 72 11
Binary 1010 100110 10111 1001010 0 100111 1010101 10010100 111010 1001

Color Harmonies of #0A2617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2617

Black with #0A2617

Text Example


Text Example

White with #0A2617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,38,23); }

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

background-color css

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

 a { background-color: rgb(10,38,23); }

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

border-color css

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

 span { border-color: rgb(10,38,23); }

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