Html Css Color HEX #057267 Pine Green

📋 copy color: '#057267'

red 5 ◦ green 114 ◦ blue 103

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

Shades of Pine Green #057267

Tints of Pine Green #057267

RGB

 RED value IS 5 (2.34% from 255) = 2.25%

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

 BLUE value IS 103 (40.63% from 255) = 46.4%

R = 2.25%
G = 51.35%
B = 46.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#057267 (or 0x057267) is known color: Pine Green. HEX triplet: 05, 72 and 67. RGB value is (5,114,103). Sum of RGB (Red+Green+Blue) = 5+114+103=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 103 (40.62% from 255 or 46.40% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #057267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057267 is #FA8D98. Grayscale: #505050. Windows color (decimal): -16420249 or 6779397. OLE color: 6779397.

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

Color convert

RGB 5 114 103 -
CMYK 0.96 0 0.10 0.55
HSL 173.95º 0.92% 0.23% -
HSV(B) 173.95º 0.96% 0.45% -
XYZ 8.53 13.05 14.9 -
YUV 80.16 140.89 74.39 -
System Red Green Blue C M Y K H S L
Decimal 5 114 103 0.96 0 0.10 0.55 173.95 0.92 0.23
Hex 5 72 67 60 0 A 37 AE 5C 17
Octal 5 162 147 140 0 12 67 256 134 27
Binary 101 1110010 1100111 1100000 0 1010 110111 10101110 1011100 10111

Color Harmonies of #057267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057267

Black with #057267

Text Example


Text Example

White with #057267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057267; }

 p { color: rgb(5,114,103); }

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

background-color css

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

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

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

border-color css

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

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

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