Html Css Color HEX #057268 Pine Green

📋 copy color: '#057268'

red 5 ◦ green 114 ◦ blue 104

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

Shades of Pine Green #057268

Tints of Pine Green #057268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 46.64%

R = 2.24%
G = 51.12%
B = 46.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#057268 (or 0x057268) is known color: Pine Green. HEX triplet: 05, 72 and 68. RGB value is (5,114,104). Sum of RGB (Red+Green+Blue) = 5+114+104=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 104 (41.02% from 255 or 46.64% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #057268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057268 is #FA8D97. Grayscale: #505050. Windows color (decimal): -16420248 or 6844933. OLE color: 6844933.

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

Color convert

RGB 5 114 104 -
CMYK 0.96 0 0.09 0.55
HSL 174.5º 0.92% 0.23% -
HSV(B) 174.5º 0.96% 0.45% -
XYZ 8.58 13.07 15.17 -
YUV 80.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 5 114 104 0.96 0 0.09 0.55 174.5 0.92 0.23
Hex 5 72 68 60 0 9 37 AE 5C 17
Octal 5 162 150 140 0 11 67 256 134 27
Binary 101 1110010 1101000 1100000 0 1001 110111 10101110 1011100 10111

Color Harmonies of #057268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057268

Black with #057268

Text Example


Text Example

White with #057268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057268; }

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

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

background-color css

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

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

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

border-color css

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

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

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