Html Css Color HEX #12726D Pine Green

📋 copy color: '#12726D'

red 18 ◦ green 114 ◦ blue 109

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

Shades of Pine Green #12726D

Tints of Pine Green #12726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.3%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 7.47%
G = 47.3%
B = 45.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#12726D (or 0x12726D) is known color: Pine Green. HEX triplet: 12, 72 and 6D. RGB value is (18,114,109). Sum of RGB (Red+Green+Blue) = 18+114+109=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 114 (44.92% from 255 or 47.30% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 114 - color contains mainly: green. Hex color #12726D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12726D is #ED8D92. Grayscale: #545454. Windows color (decimal): -15568275 or 7172626. OLE color: 7172626.

HSL color Cylindrical-coordinate representation of color #12726D: hue angle of 176.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12726D is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 109 -
CMYK 0.84 0 0.04 0.55
HSL 176.88º 0.73% 0.26% -
HSV(B) 176.88º 0.84% 0.45% -
XYZ 9.03 13.27 16.55 -
YUV 84.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 18 114 109 0.84 0 0.04 0.55 176.88 0.73 0.26
Hex 12 72 6D 54 0 4 37 B1 49 1A
Octal 22 162 155 124 0 4 67 261 111 32
Binary 10010 1110010 1101101 1010100 0 100 110111 10110001 1001001 11010

Color Harmonies of #12726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12726D

Black with #12726D

Text Example


Text Example

White with #12726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,114,109); }

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

background-color css

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

 a { background-color: rgb(18,114,109); }

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

border-color css

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

 span { border-color: rgb(18,114,109); }

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