Html Css Color HEX #08140F Dark Green

📋 copy color: '#08140F'

red 8 ◦ green 20 ◦ blue 15

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

Shades of Dark Green #08140F

Tints of Dark Green #08140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 46.51%

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

R = 18.6%
G = 46.51%
B = 34.88%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#08140F (or 0x08140F) is known color: Dark Green. HEX triplet: 08, 14 and 0F. RGB value is (8,20,15). Sum of RGB (Red+Green+Blue) = 8+20+15=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 20 - color contains mainly: green. Hex color #08140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08140F is #F7EBF0. Grayscale: #0F0F0F. Windows color (decimal): -16247793 or 988168. OLE color: 988168.

HSL color Cylindrical-coordinate representation of color #08140F: hue angle of 155º degrees, saturation: 0.43, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #08140F is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 20 15 -
CMYK 0.60 0 0.25 0.92
HSL 155º 0.43% 0.05% -
HSV(B) 155º 0.6% 0.08% -
XYZ 0.44 0.59 0.54 -
YUV 15.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 8 20 15 0.60 0 0.25 0.92 155 0.43 0.05
Hex 8 14 F 3C 0 19 5C 9B 2B 5
Octal 10 24 17 74 0 31 134 233 53 5
Binary 1000 10100 1111 111100 0 11001 1011100 10011011 101011 101

Color Harmonies of #08140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08140F

Black with #08140F

Text Example


Text Example

White with #08140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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