Html Css Color HEX #12231E Dark Green

📋 copy color: '#12231E'

red 18 ◦ green 35 ◦ blue 30

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

Shades of Dark Green #12231E

Tints of Dark Green #12231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 36.14%

R = 21.69%
G = 42.17%
B = 36.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#12231E (or 0x12231E) is known color: Dark Green. HEX triplet: 12, 23 and 1E. RGB value is (18,35,30). Sum of RGB (Red+Green+Blue) = 18+35+30=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #12231E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12231E is #EDDCE1. Grayscale: #1D1D1D. Windows color (decimal): -15588578 or 1975058. OLE color: 1975058.

HSL color Cylindrical-coordinate representation of color #12231E: hue angle of 162.35º 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 #12231E is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 35 30 -
CMYK 0.49 0 0.14 0.86
HSL 162.35º 0.32% 0.1% -
HSV(B) 162.35º 0.49% 0.14% -
XYZ 1.08 1.42 1.45 -
YUV 29.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 18 35 30 0.49 0 0.14 0.86 162.35 0.32 0.1
Hex 12 23 1E 31 0 E 56 A2 20 A
Octal 22 43 36 61 0 16 126 242 40 12
Binary 10010 100011 11110 110001 0 1110 1010110 10100010 100000 1010

Color Harmonies of #12231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12231E

Black with #12231E

Text Example


Text Example

White with #12231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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