Html Css Color HEX #127270 Pine Green

📋 copy color: '#127270'

red 18 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #127270

Tints of Pine Green #127270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 7.38%
G = 46.72%
B = 45.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#127270 (or 0x127270) is known color: Pine Green. HEX triplet: 12, 72 and 70. RGB value is (18,114,112). Sum of RGB (Red+Green+Blue) = 18+114+112=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 114 (44.92% from 255 or 46.72% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 114 - color contains mainly: green. Hex color #127270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127270 is #ED8D8F. Grayscale: #545454. Windows color (decimal): -15568272 or 7369234. OLE color: 7369234.

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

Color convert

RGB 18 114 112 -
CMYK 0.84 0 0.02 0.55
HSL 178.75º 0.73% 0.26% -
HSV(B) 178.75º 0.84% 0.45% -
XYZ 9.19 13.33 17.42 -
YUV 85.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 18 114 112 0.84 0 0.02 0.55 178.75 0.73 0.26
Hex 12 72 70 54 0 2 37 B3 49 1A
Octal 22 162 160 124 0 2 67 263 111 32
Binary 10010 1110010 1110000 1010100 0 10 110111 10110011 1001001 11010

Color Harmonies of #127270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127270

Black with #127270

Text Example


Text Example

White with #127270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127270; }

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

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

background-color css

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

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

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

border-color css

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

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

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