Html Css Color HEX #0A0F0F Dark Green

📋 copy color: '#0A0F0F'

red 10 ◦ green 15 ◦ blue 15

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

Shades of Dark Green #0A0F0F

Tints of Dark Green #0A0F0F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 37.5%

 BLUE value IS 15 (6.25% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0A0F0F (or 0x0A0F0F) is known color: Dark Green. HEX triplet: 0A, 0F and 0F. RGB value is (10,15,15). Sum of RGB (Red+Green+Blue) = 10+15+15=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 15 (6.25% from 255 or 37.5% from 40); Max value from RGB is 15 - color contains mainly: green, blue. Hex color #0A0F0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0F0F is #F5F0F0. Grayscale: #0D0D0D. Windows color (decimal): -16118001 or 986890. OLE color: 986890.

HSL color Cylindrical-coordinate representation of color #0A0F0F: hue angle of 180º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0A0F0F is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 10 15 15 -
CMYK 0.33 0 0 0.94
HSL 180º 0.2% 0.05% -
HSV(B) 180º 0.33% 0.06% -
XYZ 0.38 0.44 0.52 -
YUV 13.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 10 15 15 0.33 0 0 0.94 180 0.2 0.05
Hex A F F 21 0 0 5E B4 14 5
Octal 12 17 17 41 0 0 136 264 24 5
Binary 1010 1111 1111 100001 0 0 1011110 10110100 10100 101

Color Harmonies of #0A0F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0F0F

Black with #0A0F0F

Text Example


Text Example

White with #0A0F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,15,15); }

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

background-color css

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

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

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

border-color css

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

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

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