Html Css Color HEX #275044 Te Papa Green

📋 copy color: '#275044'

red 39 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #275044

Tints of Te Papa Green #275044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.78%

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 20.86%
G = 42.78%
B = 36.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#275044 (or 0x275044) is known color: Te Papa Green. HEX triplet: 27, 50 and 44. RGB value is (39,80,68). Sum of RGB (Red+Green+Blue) = 39+80+68=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #275044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275044 is #D8AFBB. Grayscale: #424242. Windows color (decimal): -14200764 or 4476967. OLE color: 4476967.

HSL color Cylindrical-coordinate representation of color #275044: hue angle of 162.44º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #275044 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 68 -
CMYK 0.51 0 0.15 0.69
HSL 162.44º 0.34% 0.23% -
HSV(B) 162.44º 0.51% 0.31% -
XYZ 4.75 6.59 6.49 -
YUV 66.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 39 80 68 0.51 0 0.15 0.69 162.44 0.34 0.23
Hex 27 50 44 33 0 F 45 A2 22 17
Octal 47 120 104 63 0 17 105 242 42 27
Binary 100111 1010000 1000100 110011 0 1111 1000101 10100010 100010 10111

Color Harmonies of #275044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275044

Black with #275044

Text Example


Text Example

White with #275044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275044; }

 p { color: rgb(39,80,68); }

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

background-color css

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

 a { background-color: rgb(39,80,68); }

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

border-color css

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

 span { border-color: rgb(39,80,68); }

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