Html Css Color HEX #0A1B10 Dark Green

📋 copy color: '#0A1B10'

red 10 ◦ green 27 ◦ blue 16

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

Shades of Dark Green #0A1B10

Tints of Dark Green #0A1B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 50.94%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 18.87%
G = 50.94%
B = 30.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#0A1B10 (or 0x0A1B10) is known color: Dark Green. HEX triplet: 0A, 1B and 10. RGB value is (10,27,16). Sum of RGB (Red+Green+Blue) = 10+27+16=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 27 (10.94% from 255 or 50.94% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B10 is #F5E4EF. Grayscale: #141414. Windows color (decimal): -16114928 or 1055498. OLE color: 1055498.

HSL color Cylindrical-coordinate representation of color #0A1B10: hue angle of 141.18º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0A1B10 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 27 16 -
CMYK 0.63 0 0.41 0.89
HSL 141.18º 0.46% 0.07% -
HSV(B) 141.18º 0.63% 0.11% -
XYZ 0.61 0.89 0.63 -
YUV 20.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 10 27 16 0.63 0 0.41 0.89 141.18 0.46 0.07
Hex A 1B 10 3F 0 29 59 8D 2E 7
Octal 12 33 20 77 0 51 131 215 56 7
Binary 1010 11011 10000 111111 0 101001 1011001 10001101 101110 111

Color Harmonies of #0A1B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B10

Black with #0A1B10

Text Example


Text Example

White with #0A1B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,27,16); }

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

background-color css

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

 a { background-color: rgb(10,27,16); }

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

border-color css

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

 span { border-color: rgb(10,27,16); }

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