Html Css Color HEX #12736E Pine Green

📋 copy color: '#12736E'

red 18 ◦ green 115 ◦ blue 110

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

Shades of Pine Green #12736E

Tints of Pine Green #12736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.33%

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 7.41%
G = 47.33%
B = 45.27%

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

#12736E (or 0x12736E) is known color: Pine Green. HEX triplet: 12, 73 and 6E. RGB value is (18,115,110). Sum of RGB (Red+Green+Blue) = 18+115+110=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 115 (45.31% from 255 or 47.33% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 115 - color contains mainly: green. Hex color #12736E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12736E is #ED8C91. Grayscale: #555555. Windows color (decimal): -15568018 or 7238418. OLE color: 7238418.

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

Color convert

RGB 18 115 110 -
CMYK 0.84 0 0.04 0.55
HSL 176.91º 0.73% 0.26% -
HSV(B) 176.91º 0.84% 0.45% -
XYZ 9.19 13.52 16.88 -
YUV 85.43 141.86 79.91 -
System Red Green Blue C M Y K H S L
Decimal 18 115 110 0.84 0 0.04 0.55 176.91 0.73 0.26
Hex 12 73 6E 54 0 4 37 B1 49 1A
Octal 22 163 156 124 0 4 67 261 111 32
Binary 10010 1110011 1101110 1010100 0 100 110111 10110001 1001001 11010

Color Harmonies of #12736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12736E

Black with #12736E

Text Example


Text Example

White with #12736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,115,110); }

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

background-color css

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

 a { background-color: rgb(18,115,110); }

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

border-color css

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

 span { border-color: rgb(18,115,110); }

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