Html Css Color HEX #275146 Te Papa Green

📋 copy color: '#275146'

red 39 ◦ green 81 ◦ blue 70

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

Shades of Te Papa Green #275146

Tints of Te Papa Green #275146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 20.53%
G = 42.63%
B = 36.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#275146 (or 0x275146) is known color: Te Papa Green. HEX triplet: 27, 51 and 46. RGB value is (39,81,70). Sum of RGB (Red+Green+Blue) = 39+81+70=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #275146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275146 is #D8AEB9. Grayscale: #434343. Windows color (decimal): -14200506 or 4608295. OLE color: 4608295.

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

Color convert

RGB 39 81 70 -
CMYK 0.52 0 0.14 0.68
HSL 164.29º 0.35% 0.24% -
HSV(B) 164.29º 0.52% 0.32% -
XYZ 4.88 6.76 6.84 -
YUV 67.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 39 81 70 0.52 0 0.14 0.68 164.29 0.35 0.24
Hex 27 51 46 34 0 E 44 A4 23 18
Octal 47 121 106 64 0 16 104 244 43 30
Binary 100111 1010001 1000110 110100 0 1110 1000100 10100100 100011 11000

Color Harmonies of #275146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #275146

Black with #275146

Text Example


Text Example

White with #275146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #275146; }

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

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

background-color css

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

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

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

border-color css

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

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

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