Html Css Color HEX #12726F Pine Green

📋 copy color: '#12726F'

red 18 ◦ green 114 ◦ blue 111

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

Shades of Pine Green #12726F

Tints of Pine Green #12726F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.68%

R = 7.41%
G = 46.91%
B = 45.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#12726F (or 0x12726F) is known color: Pine Green. HEX triplet: 12, 72 and 6F. RGB value is (18,114,111). Sum of RGB (Red+Green+Blue) = 18+114+111=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 114 (44.92% from 255 or 46.91% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 114 - color contains mainly: green. Hex color #12726F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12726F is #ED8D90. Grayscale: #545454. Windows color (decimal): -15568273 or 7303698. OLE color: 7303698.

HSL color Cylindrical-coordinate representation of color #12726F: hue angle of 178.12º 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 #12726F is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 114 111 -
CMYK 0.84 0 0.03 0.55
HSL 178.13º 0.73% 0.26% -
HSV(B) 178.13º 0.84% 0.45% -
XYZ 9.14 13.31 17.13 -
YUV 84.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 18 114 111 0.84 0 0.03 0.55 178.13 0.73 0.26
Hex 12 72 6F 54 0 3 37 B2 49 1A
Octal 22 162 157 124 0 3 67 262 111 32
Binary 10010 1110010 1101111 1010100 0 11 110111 10110010 1001001 11010

Color Harmonies of #12726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12726F

Black with #12726F

Text Example


Text Example

White with #12726F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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