#265140

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

Shades of Te Papa Green #265140

Tints of Te Papa Green #265140

Color information

#265140 (or 0x265140) is unknown color: approx Te Papa Green. HEX triplet: 26, 51 and 40. RGB value is (38,81,64). Sum of RGB (Red+Green+Blue) = 38+81+64=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #265140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265140 is #D9AEBF. Grayscale: #424242. Windows color (decimal): -14266048 or 4215078. OLE color: 4215078.

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

Color convert

RGB388164-
CMYK0.5300.210.68
HSL156.28º36.13%23.33%-
HSV(B)156.28º53.09%31.76%-
XYZ4.676.675.89-
YUV66.2126.75107.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=20.77%
G=44.26%
B=34.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3881640.5300.210.68156.2836.1323.33
Hex26514035015449c2417
Octal46121100650251042344427
Binary1001101010001100000011010101010110001001001110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265140; }

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

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

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

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

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

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

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

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