#265141

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

Shades of Te Papa Green #265141

Tints of Te Papa Green #265141

Color information

#265141 (or 0x265141) is unknown color: approx Te Papa Green. HEX triplet: 26, 51 and 41. RGB value is (38,81,65). Sum of RGB (Red+Green+Blue) = 38+81+65=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #265141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265141 is #D9AEBE. Grayscale: #424242. Windows color (decimal): -14266047 or 4280614. OLE color: 4280614.

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

Color convert

RGB388165-
CMYK0.5300.200.68
HSL157.67º36.13%23.33%-
HSV(B)157.67º53.09%31.76%-
XYZ4.76.686.04-
YUV66.32127.25107.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=20.65%
G=44.02%
B=35.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881650.5300.200.68157.6736.1323.33
Hex26514135014449e2417
Octal46121101650241042364427
Binary1001101010001100000111010101010010001001001111010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265141; }

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

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

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

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

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

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

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

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