#265442

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

Shades of Te Papa Green #265442

Tints of Te Papa Green #265442

Color information

#265442 (or 0x265442) is unknown color: approx Te Papa Green. HEX triplet: 26, 54 and 42. RGB value is (38,84,66). Sum of RGB (Red+Green+Blue) = 38+84+66=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #265442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265442 is #D9ABBD. Grayscale: #444444. Windows color (decimal): -14265278 or 4346918. OLE color: 4346918.

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

Color convert

RGB388466-
CMYK0.5500.210.67
HSL156.52º37.7%23.92%-
HSV(B)156.52º54.76%32.94%-
XYZ4.957.156.27-
YUV68.19126.76106.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=20.21%
G=44.68%
B=35.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884660.5500.210.67156.5237.723.92
Hex26544237015439d2618
Octal46124102670251032354630
Binary1001101010100100001011011101010110000111001110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265442; }

 p { color: rgb(38,84,66); }

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

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

 a { background-color: rgb(38,84,66); }

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

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

 span { border-color: rgb(38,84,66); }

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