Html Css Color HEX #08120F Dark Green

📋 copy color: '#08120F'

red 8 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #08120F

Tints of Dark Green #08120F

RGB

 RED value IS 8 (3.52% from 255) = 19.51%

 GREEN value IS 18 (7.42% from 255) = 43.9%

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

R = 19.51%
G = 43.9%
B = 36.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#08120F (or 0x08120F) is known color: Dark Green. HEX triplet: 08, 12 and 0F. RGB value is (8,18,15). Sum of RGB (Red+Green+Blue) = 8+18+15=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 18 - color contains mainly: green. Hex color #08120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08120F is #F7EDF0. Grayscale: #0E0E0E. Windows color (decimal): -16248305 or 987656. OLE color: 987656.

HSL color Cylindrical-coordinate representation of color #08120F: hue angle of 162º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #08120F is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 18 15 -
CMYK 0.56 0 0.17 0.93
HSL 162º 0.38% 0.05% -
HSV(B) 162º 0.56% 0.07% -
XYZ 0.4 0.52 0.53 -
YUV 14.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 8 18 15 0.56 0 0.17 0.93 162 0.38 0.05
Hex 8 12 F 38 0 11 5D A2 26 5
Octal 10 22 17 70 0 21 135 242 46 5
Binary 1000 10010 1111 111000 0 10001 1011101 10100010 100110 101

Color Harmonies of #08120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08120F

Black with #08120F

Text Example


Text Example

White with #08120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08120F; }

 p { color: rgb(8,18,15); }

 H1.HeaderClassName
 {
   color: #08120F;
 }
 .AnyTagClassName
 {
   color: #08120F;
 }
</style>

background-color css

<style>
 a { background-color: #08120F; }

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

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

border-color css

<style>
 span { border-color: #08120F; }

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

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