Html Css Color HEX #275141 Te Papa Green

📋 copy color: '#275141'

red 39 ◦ green 81 ◦ blue 65

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

Shades of Te Papa Green #275141

Tints of Te Papa Green #275141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 21.08%
G = 43.78%
B = 35.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#275141 (or 0x275141) is known color: Te Papa Green. HEX triplet: 27, 51 and 41. RGB value is (39,81,65). Sum of RGB (Red+Green+Blue) = 39+81+65=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #275141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275141 is #D8AEBE. Grayscale: #424242. Windows color (decimal): -14200511 or 4280615. OLE color: 4280615.

HSL color Cylindrical-coordinate representation of color #275141: hue angle of 157.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275141 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 39 81 65 -
CMYK 0.52 0 0.20 0.68
HSL 157.14º 0.35% 0.24% -
HSV(B) 157.14º 0.52% 0.32% -
XYZ 4.73 6.7 6.04 -
YUV 66.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 39 81 65 0.52 0 0.20 0.68 157.14 0.35 0.24
Hex 27 51 41 34 0 14 44 9D 23 18
Octal 47 121 101 64 0 24 104 235 43 30
Binary 100111 1010001 1000001 110100 0 10100 1000100 10011101 100011 11000

Color Harmonies of #275141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275141

Black with #275141

Text Example


Text Example

White with #275141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275141; }

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

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

background-color css

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

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

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

border-color css

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

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

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