Html Css Color HEX #007371 Pine Green

📋 copy color: '#007371'

red 0 ◦ green 115 ◦ blue 113

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

Shades of Pine Green #007371

Tints of Pine Green #007371

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 113 (44.53% from 255) = 49.56%

R = 0%
G = 50.44%
B = 49.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#007371 (or 0x007371) is known color: Pine Green. HEX triplet: 00, 73 and 71. RGB value is (0,115,113). Sum of RGB (Red+Green+Blue) = 0+115+113=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #007371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007371 is #FF8C8E. Grayscale: #505050. Windows color (decimal): -16747663 or 7435008. OLE color: 7435008.

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

Color convert

RGB 0 115 113 -
CMYK 1 0 0.02 0.55
HSL 178.96º 1% 0.23% -
HSV(B) 178.96º 1% 0.45% -
XYZ 9.11 13.45 17.74 -
YUV 80.39 146.4 70.66 -
System Red Green Blue C M Y K H S L
Decimal 0 115 113 1 0 0.02 0.55 178.96 1 0.23
Hex 0 73 71 64 0 2 37 B3 64 17
Octal 0 163 161 144 0 2 67 263 144 27
Binary 0 1110011 1110001 1100100 0 10 110111 10110011 1100100 10111

Color Harmonies of #007371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007371

Black with #007371

Text Example


Text Example

White with #007371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007371; }

 p { color: rgb(0,115,113); }

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

background-color css

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

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

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

border-color css

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

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

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