Html Css Color HEX #275440 Te Papa Green

📋 copy color: '#275440'

red 39 ◦ green 84 ◦ blue 64

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

Shades of Te Papa Green #275440

Tints of Te Papa Green #275440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 20.86%
G = 44.92%
B = 34.22%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#275440 (or 0x275440) is known color: Te Papa Green. HEX triplet: 27, 54 and 40. RGB value is (39,84,64). Sum of RGB (Red+Green+Blue) = 39+84+64=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #275440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275440 is #D8ABBF. Grayscale: #444444. Windows color (decimal): -14199744 or 4215847. OLE color: 4215847.

HSL color Cylindrical-coordinate representation of color #275440: hue angle of 153.33º 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 #275440 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 39 84 64 -
CMYK 0.54 0 0.24 0.67
HSL 153.33º 0.37% 0.24% -
HSV(B) 153.33º 0.54% 0.33% -
XYZ 4.93 7.14 5.97 -
YUV 68.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 39 84 64 0.54 0 0.24 0.67 153.33 0.37 0.24
Hex 27 54 40 36 0 18 43 99 25 18
Octal 47 124 100 66 0 30 103 231 45 30
Binary 100111 1010100 1000000 110110 0 11000 1000011 10011001 100101 11000

Color Harmonies of #275440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275440

Black with #275440

Text Example


Text Example

White with #275440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275440; }

 p { color: rgb(39,84,64); }

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

background-color css

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

 a { background-color: rgb(39,84,64); }

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

border-color css

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

 span { border-color: rgb(39,84,64); }

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