Html Css Color HEX #027469 Pine Green

📋 copy color: '#027469'

red 2 ◦ green 116 ◦ blue 105

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

Shades of Pine Green #027469

Tints of Pine Green #027469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.02%

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

R = 0.9%
G = 52.02%
B = 47.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#027469 (or 0x027469) is known color: Pine Green. HEX triplet: 02, 74 and 69. RGB value is (2,116,105). Sum of RGB (Red+Green+Blue) = 2+116+105=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #027469 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027469 is #FD8B96. Grayscale: #505050. Windows color (decimal): -16616343 or 6910978. OLE color: 6910978.

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

Color convert

RGB 2 116 105 -
CMYK 0.98 0 0.09 0.55
HSL 174.21º 0.97% 0.23% -
HSV(B) 174.21º 0.98% 0.45% -
XYZ 8.82 13.52 15.51 -
YUV 80.66 141.73 71.89 -
System Red Green Blue C M Y K H S L
Decimal 2 116 105 0.98 0 0.09 0.55 174.21 0.97 0.23
Hex 2 74 69 62 0 9 37 AE 61 17
Octal 2 164 151 142 0 11 67 256 141 27
Binary 10 1110100 1101001 1100010 0 1001 110111 10101110 1100001 10111

Color Harmonies of #027469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027469

Black with #027469

Text Example


Text Example

White with #027469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027469; }

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

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

background-color css

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

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

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

border-color css

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

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

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