Html Css Color HEX #121413 Dark Green

📋 copy color: '#121413'

red 18 ◦ green 20 ◦ blue 19

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

Shades of Dark Green #121413

Tints of Dark Green #121413

RGB

 RED value IS 18 (7.42% from 255) = 31.58%

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

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 31.58%
G = 35.09%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#121413 (or 0x121413) is known color: Dark Green. HEX triplet: 12, 14 and 13. RGB value is (18,20,19). Sum of RGB (Red+Green+Blue) = 18+20+19=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 20 - color contains mainly: green. Hex color #121413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121413 is #EDEBEC. Grayscale: #131313. Windows color (decimal): -15592429 or 1250322. OLE color: 1250322.

HSL color Cylindrical-coordinate representation of color #121413: hue angle of 150º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #121413 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 18 20 19 -
CMYK 0.10 0 0.05 0.92
HSL 150º 0.05% 0.07% -
HSV(B) 150º 0.1% 0.08% -
XYZ 0.62 0.68 0.71 -
YUV 19.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 18 20 19 0.10 0 0.05 0.92 150 0.05 0.07
Hex 12 14 13 A 0 5 5C 96 5 7
Octal 22 24 23 12 0 5 134 226 5 7
Binary 10010 10100 10011 1010 0 101 1011100 10010110 101 111

Color Harmonies of #121413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121413

Black with #121413

Text Example


Text Example

White with #121413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121413; }

 p { color: rgb(18,20,19); }

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

background-color css

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

 a { background-color: rgb(18,20,19); }

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

border-color css

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

 span { border-color: rgb(18,20,19); }

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