#007272

Color #007272 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #007272

Tints of Pine Green #007272

Color information

#007272 (or 0x007272) is unknown color: approx Pine Green. HEX triplet: 00, 72 and 72. RGB value is (0,114,114). Sum of RGB (Red+Green+Blue) = 0+114+114=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #007272 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007272 is #FF8D8D. Grayscale: #4F4F4F. Windows color (decimal): -16747918 or 7500288. OLE color: 7500288.

HSL color Cylindrical-coordinate representation of color #007272: hue angle of 180º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007272 is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB0114114-
CMYK1000.55
HSL180º100%22.35%-
HSV(B)180º100%44.71%-
XYZ9.0513.2518-
YUV79.91147.2371-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 114 (44.92% from 255) = 50%
R=0%
G=50%
B=50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal01141141000.5518010022.35
Hex07272640037b46416
Octal0162162144006726414426
Binary01110010111001011001000011011110110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007272; }

 p { color: rgb(0,114,114); }

 H1.HeaderClassName
 {
   color: #007272;
 }
 .AnyTagClassName
 {
   color: #007272;
 }
</style>
background-color css

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

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

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

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

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

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