Html Css Color HEX #027569 Pine Green

📋 copy color: '#027569'

red 2 ◦ green 117 ◦ blue 105

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

Shades of Pine Green #027569

Tints of Pine Green #027569

RGB

 RED value IS 2 (1.17% from 255) = 0.89%

 GREEN value IS 117 (46.09% from 255) = 52.23%

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

R = 0.89%
G = 52.23%
B = 46.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#027569 (or 0x027569) is known color: Pine Green. HEX triplet: 02, 75 and 69. RGB value is (2,117,105). Sum of RGB (Red+Green+Blue) = 2+117+105=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #027569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027569 is #FD8A96. Grayscale: #515151. Windows color (decimal): -16616087 or 6911234. OLE color: 6911234.

HSL color Cylindrical-coordinate representation of color #027569: hue angle of 173.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027569 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 105 -
CMYK 0.98 0 0.10 0.54
HSL 173.74º 0.97% 0.23% -
HSV(B) 173.74º 0.98% 0.46% -
XYZ 8.94 13.76 15.55 -
YUV 81.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 2 117 105 0.98 0 0.10 0.54 173.74 0.97 0.23
Hex 2 75 69 62 0 A 36 AE 61 17
Octal 2 165 151 142 0 12 66 256 141 27
Binary 10 1110101 1101001 1100010 0 1010 110110 10101110 1100001 10111

Color Harmonies of #027569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027569

Black with #027569

Text Example


Text Example

White with #027569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027569; }

 p { color: rgb(2,117,105); }

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

background-color css

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

 a { background-color: rgb(2,117,105); }

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

border-color css

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

 span { border-color: rgb(2,117,105); }

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