Html Css Color HEX #275547 Te Papa Green

📋 copy color: '#275547'

red 39 ◦ green 85 ◦ blue 71

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

Shades of Te Papa Green #275547

Tints of Te Papa Green #275547

RGB

 RED value IS 39 (15.63% from 255) = 20%

 GREEN value IS 85 (33.59% from 255) = 43.59%

 BLUE value IS 71 (28.13% from 255) = 36.41%

R = 20%
G = 43.59%
B = 36.41%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#275547 (or 0x275547) is known color: Te Papa Green. HEX triplet: 27, 55 and 47. RGB value is (39,85,71). Sum of RGB (Red+Green+Blue) = 39+85+71=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #275547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275547 is #D8AAB8. Grayscale: #454545. Windows color (decimal): -14199481 or 4674855. OLE color: 4674855.

HSL color Cylindrical-coordinate representation of color #275547: hue angle of 161.74º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275547 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 85 71 -
CMYK 0.54 0 0.16 0.67
HSL 161.74º 0.37% 0.24% -
HSV(B) 161.74º 0.54% 0.33% -
XYZ 5.22 7.38 7.11 -
YUV 69.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 39 85 71 0.54 0 0.16 0.67 161.74 0.37 0.24
Hex 27 55 47 36 0 10 43 A2 25 18
Octal 47 125 107 66 0 20 103 242 45 30
Binary 100111 1010101 1000111 110110 0 10000 1000011 10100010 100101 11000

Color Harmonies of #275547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275547

Black with #275547

Text Example


Text Example

White with #275547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275547; }

 p { color: rgb(39,85,71); }

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

background-color css

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

 a { background-color: rgb(39,85,71); }

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

border-color css

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

 span { border-color: rgb(39,85,71); }

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