Html Css Color HEX #12271F Dark Green

📋 copy color: '#12271F'

red 18 ◦ green 39 ◦ blue 31

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

Shades of Dark Green #12271F

Tints of Dark Green #12271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 44.32%

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 20.45%
G = 44.32%
B = 35.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#12271F (or 0x12271F) is known color: Dark Green. HEX triplet: 12, 27 and 1F. RGB value is (18,39,31). Sum of RGB (Red+Green+Blue) = 18+39+31=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #12271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12271F is #EDD8E0. Grayscale: #1F1F1F. Windows color (decimal): -15587553 or 2041618. OLE color: 2041618.

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

Color convert

RGB 18 39 31 -
CMYK 0.54 0 0.21 0.85
HSL 157.14º 0.37% 0.11% -
HSV(B) 157.14º 0.54% 0.15% -
XYZ 1.22 1.68 1.56 -
YUV 31.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 18 39 31 0.54 0 0.21 0.85 157.14 0.37 0.11
Hex 12 27 1F 36 0 15 55 9D 25 B
Octal 22 47 37 66 0 25 125 235 45 13
Binary 10010 100111 11111 110110 0 10101 1010101 10011101 100101 1011

Color Harmonies of #12271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12271F

Black with #12271F

Text Example


Text Example

White with #12271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12271F; }

 p { color: rgb(18,39,31); }

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

background-color css

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

 a { background-color: rgb(18,39,31); }

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

border-color css

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

 span { border-color: rgb(18,39,31); }

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