Html Css Color HEX #0A271A Dark Green

📋 copy color: '#0A271A'

red 10 ◦ green 39 ◦ blue 26

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

Shades of Dark Green #0A271A

Tints of Dark Green #0A271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 13.33%
G = 52%
B = 34.67%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#0A271A (or 0x0A271A) is known color: Dark Green. HEX triplet: 0A, 27 and 1A. RGB value is (10,39,26). Sum of RGB (Red+Green+Blue) = 10+39+26=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 39 (15.62% from 255 or 52% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 39 - color contains mainly: green. Hex color #0A271A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A271A is #F5D8E5. Grayscale: #1C1C1C. Windows color (decimal): -16111846 or 1713930. OLE color: 1713930.

HSL color Cylindrical-coordinate representation of color #0A271A: hue angle of 153.1º 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 #0A271A is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.85.

Color convert

RGB 10 39 26 -
CMYK 0.74 0 0.33 0.85
HSL 153.1º 0.59% 0.1% -
HSV(B) 153.1º 0.74% 0.15% -
XYZ 1.04 1.59 1.23 -
YUV 28.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 10 39 26 0.74 0 0.33 0.85 153.1 0.59 0.1
Hex A 27 1A 4A 0 21 55 99 3B A
Octal 12 47 32 112 0 41 125 231 73 12
Binary 1010 100111 11010 1001010 0 100001 1010101 10011001 111011 1010

Color Harmonies of #0A271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A271A

Black with #0A271A

Text Example


Text Example

White with #0A271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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