Html Css Color HEX #12241D Dark Green

📋 copy color: '#12241D'

red 18 ◦ green 36 ◦ blue 29

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

Shades of Dark Green #12241D

Tints of Dark Green #12241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 43.37%

 BLUE value IS 29 (11.72% from 255) = 34.94%

R = 21.69%
G = 43.37%
B = 34.94%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

#12241D (or 0x12241D) is known color: Dark Green. HEX triplet: 12, 24 and 1D. RGB value is (18,36,29). Sum of RGB (Red+Green+Blue) = 18+36+29=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #12241D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12241D is #EDDBE2. Grayscale: #1D1D1D. Windows color (decimal): -15588323 or 1909778. OLE color: 1909778.

HSL color Cylindrical-coordinate representation of color #12241D: hue angle of 156.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12241D is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 36 29 -
CMYK 0.5 0 0.19 0.86
HSL 156.67º 0.33% 0.11% -
HSV(B) 156.67º 0.5% 0.14% -
XYZ 1.1 1.48 1.39 -
YUV 29.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 18 36 29 0.5 0 0.19 0.86 156.67 0.33 0.11
Hex 12 24 1D 32 0 13 56 9D 21 B
Octal 22 44 35 62 0 23 126 235 41 13
Binary 10010 100100 11101 110010 0 10011 1010110 10011101 100001 1011

Color Harmonies of #12241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12241D

Black with #12241D

Text Example


Text Example

White with #12241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12241D; }

 p { color: rgb(18,36,29); }

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

background-color css

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

 a { background-color: rgb(18,36,29); }

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

border-color css

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

 span { border-color: rgb(18,36,29); }

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