Html Css Color HEX #275045 Te Papa Green

📋 copy color: '#275045'

red 39 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #275045

Tints of Te Papa Green #275045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 20.74%
G = 42.55%
B = 36.7%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#275045 (or 0x275045) is known color: Te Papa Green. HEX triplet: 27, 50 and 45. RGB value is (39,80,69). Sum of RGB (Red+Green+Blue) = 39+80+69=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #275045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275045 is #D8AFBA. Grayscale: #424242. Windows color (decimal): -14200763 or 4542503. OLE color: 4542503.

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

Color convert

RGB 39 80 69 -
CMYK 0.51 0 0.14 0.69
HSL 163.9º 0.34% 0.23% -
HSV(B) 163.9º 0.51% 0.31% -
XYZ 4.78 6.6 6.65 -
YUV 66.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 39 80 69 0.51 0 0.14 0.69 163.9 0.34 0.23
Hex 27 50 45 33 0 E 45 A4 22 17
Octal 47 120 105 63 0 16 105 244 42 27
Binary 100111 1010000 1000101 110011 0 1110 1000101 10100100 100010 10111

Color Harmonies of #275045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275045

Black with #275045

Text Example


Text Example

White with #275045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275045; }

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

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

background-color css

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

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

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

border-color css

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

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

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