#275343

Color #275343 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #275343

Tints of Te Papa Green #275343

Color information

#275343 (or 0x275343) is unknown color: approx Te Papa Green. HEX triplet: 27, 53 and 43. RGB value is (39,83,67). Sum of RGB (Red+Green+Blue) = 39+83+67=189 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.63% from 189); Green value is 83 (32.81% from 255 or 43.92% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 83 - color contains mainly: green. Hex color #275343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275343 is #D8ACBC. Grayscale: #444444. Windows color (decimal): -14199997 or 4412199. OLE color: 4412199.

HSL color Cylindrical-coordinate representation of color #275343: hue angle of 158.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #275343 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB398367-
CMYK0.5300.190.67
HSL158.18º36.07%23.92%-
HSV(B)158.18º53.01%32.55%-
XYZ4.947.026.41-
YUV68.02127.42107.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.63%
GREEN value IS 83 (32.81% from 255) = 43.92%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=20.63%
G=43.92%
B=35.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983670.5300.190.67158.1836.0723.92
Hex27534335013439e2418
Octal47123103650231032364430
Binary1001111010011100001111010101001110000111001111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275343; }

 p { color: rgb(39,83,67); }

 H1.HeaderClassName
 {
   color: #275343;
 }
 .AnyTagClassName
 {
   color: #275343;
 }
</style>
background-color css

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

 a { background-color: rgb(39,83,67); }

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

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

 span { border-color: rgb(39,83,67); }

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