Html Css Color HEX #12261E Dark Green

📋 copy color: '#12261E'

red 18 ◦ green 38 ◦ blue 30

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

Shades of Dark Green #12261E

Tints of Dark Green #12261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 44.19%

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

R = 20.93%
G = 44.19%
B = 34.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#12261E (or 0x12261E) is known color: Dark Green. HEX triplet: 12, 26 and 1E. RGB value is (18,38,30). Sum of RGB (Red+Green+Blue) = 18+38+30=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #12261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261E is #EDD9E1. Grayscale: #1F1F1F. Windows color (decimal): -15587810 or 1975826. OLE color: 1975826.

HSL color Cylindrical-coordinate representation of color #12261E: hue angle of 156º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12261E is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 30 -
CMYK 0.53 0 0.21 0.85
HSL 156º 0.36% 0.11% -
HSV(B) 156º 0.53% 0.15% -
XYZ 1.18 1.61 1.48 -
YUV 31.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 18 38 30 0.53 0 0.21 0.85 156 0.36 0.11
Hex 12 26 1E 35 0 15 55 9C 24 B
Octal 22 46 36 65 0 25 125 234 44 13
Binary 10010 100110 11110 110101 0 10101 1010101 10011100 100100 1011

Color Harmonies of #12261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12261E

Black with #12261E

Text Example


Text Example

White with #12261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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