Html Css Color HEX #0A2715 Dark Green

📋 copy color: '#0A2715'

red 10 ◦ green 39 ◦ blue 21

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

Shades of Dark Green #0A2715

Tints of Dark Green #0A2715

RGB

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

 GREEN value IS 39 (15.63% from 255) = 55.71%

 BLUE value IS 21 (8.59% from 255) = 30%

R = 14.29%
G = 55.71%
B = 30%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#0A2715 (or 0x0A2715) is known color: Dark Green. HEX triplet: 0A, 27 and 15. RGB value is (10,39,21). Sum of RGB (Red+Green+Blue) = 10+39+21=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 39 (15.62% from 255 or 55.71% from 70); Blue value is 21 (8.59% from 255 or 30% from 70); Max value from RGB is 39 - color contains mainly: green. Hex color #0A2715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2715 is #F5D8EA. Grayscale: #1C1C1C. Windows color (decimal): -16111851 or 1386250. OLE color: 1386250.

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

Color convert

RGB 10 39 21 -
CMYK 0.74 0 0.46 0.85
HSL 142.76º 0.59% 0.1% -
HSV(B) 142.76º 0.74% 0.15% -
XYZ 0.99 1.57 0.96 -
YUV 28.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 10 39 21 0.74 0 0.46 0.85 142.76 0.59 0.1
Hex A 27 15 4A 0 2E 55 8F 3B A
Octal 12 47 25 112 0 56 125 217 73 12
Binary 1010 100111 10101 1001010 0 101110 1010101 10001111 111011 1010

Color Harmonies of #0A2715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2715

Black with #0A2715

Text Example


Text Example

White with #0A2715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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