Html Css Color HEX #057269 Pine Green

📋 copy color: '#057269'

red 5 ◦ green 114 ◦ blue 105

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

Shades of Pine Green #057269

Tints of Pine Green #057269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.88%

R = 2.23%
G = 50.89%
B = 46.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#057269 (or 0x057269) is known color: Pine Green. HEX triplet: 05, 72 and 69. RGB value is (5,114,105). Sum of RGB (Red+Green+Blue) = 5+114+105=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #057269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057269 is #FA8D96. Grayscale: #505050. Windows color (decimal): -16420247 or 6910469. OLE color: 6910469.

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

Color convert

RGB 5 114 105 -
CMYK 0.96 0 0.08 0.55
HSL 175.05º 0.92% 0.23% -
HSV(B) 175.05º 0.96% 0.45% -
XYZ 8.63 13.09 15.44 -
YUV 80.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 5 114 105 0.96 0 0.08 0.55 175.05 0.92 0.23
Hex 5 72 69 60 0 8 37 AF 5C 17
Octal 5 162 151 140 0 10 67 257 134 27
Binary 101 1110010 1101001 1100000 0 1000 110111 10101111 1011100 10111

Color Harmonies of #057269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057269

Black with #057269

Text Example


Text Example

White with #057269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057269; }

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

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

background-color css

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

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

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

border-color css

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

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

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