Html Css Color HEX #275041 Te Papa Green

📋 copy color: '#275041'

red 39 ◦ green 80 ◦ blue 65

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

Shades of Te Papa Green #275041

Tints of Te Papa Green #275041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 21.2%
G = 43.48%
B = 35.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#275041 (or 0x275041) is known color: Te Papa Green. HEX triplet: 27, 50 and 41. RGB value is (39,80,65). Sum of RGB (Red+Green+Blue) = 39+80+65=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #275041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275041 is #D8AFBE. Grayscale: #424242. Windows color (decimal): -14200767 or 4280359. OLE color: 4280359.

HSL color Cylindrical-coordinate representation of color #275041: hue angle of 158.05º 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 #275041 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 39 80 65 -
CMYK 0.51 0 0.19 0.69
HSL 158.05º 0.34% 0.23% -
HSV(B) 158.05º 0.51% 0.31% -
XYZ 4.66 6.55 6.02 -
YUV 66.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 39 80 65 0.51 0 0.19 0.69 158.05 0.34 0.23
Hex 27 50 41 33 0 13 45 9E 22 17
Octal 47 120 101 63 0 23 105 236 42 27
Binary 100111 1010000 1000001 110011 0 10011 1000101 10011110 100010 10111

Color Harmonies of #275041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275041

Black with #275041

Text Example


Text Example

White with #275041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275041; }

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

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

background-color css

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

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

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

border-color css

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

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

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