Html Css Color HEX #12231D Dark Green

📋 copy color: '#12231D'

red 18 ◦ green 35 ◦ blue 29

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

Shades of Dark Green #12231D

Tints of Dark Green #12231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.68%

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

R = 21.95%
G = 42.68%
B = 35.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#12231D (or 0x12231D) is known color: Dark Green. HEX triplet: 12, 23 and 1D. RGB value is (18,35,29). Sum of RGB (Red+Green+Blue) = 18+35+29=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 35 (14.06% from 255 or 42.68% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 35 - color contains mainly: green. Hex color #12231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12231D is #EDDCE2. Grayscale: #1D1D1D. Windows color (decimal): -15588579 or 1909522. OLE color: 1909522.

HSL color Cylindrical-coordinate representation of color #12231D: hue angle of 158.82º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #12231D is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 29 -
CMYK 0.49 0 0.17 0.86
HSL 158.82º 0.32% 0.1% -
HSV(B) 158.82º 0.49% 0.14% -
XYZ 1.07 1.42 1.38 -
YUV 29.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 18 35 29 0.49 0 0.17 0.86 158.82 0.32 0.1
Hex 12 23 1D 31 0 11 56 9F 20 A
Octal 22 43 35 61 0 21 126 237 40 12
Binary 10010 100011 11101 110001 0 10001 1010110 10011111 100000 1010

Color Harmonies of #12231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12231D

Black with #12231D

Text Example


Text Example

White with #12231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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