#265248

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

Shades of Te Papa Green #265248

Tints of Te Papa Green #265248

Color information

#265248 (or 0x265248) is unknown color: approx Te Papa Green. HEX triplet: 26, 52 and 48. RGB value is (38,82,72). Sum of RGB (Red+Green+Blue) = 38+82+72=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #265248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265248 is #D9ADB7. Grayscale: #434343. Windows color (decimal): -14265784 or 4739622. OLE color: 4739622.

HSL color Cylindrical-coordinate representation of color #265248: hue angle of 166.36º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #265248 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB388272-
CMYK0.5400.120.68
HSL166.36º36.67%23.53%-
HSV(B)166.36º53.66%32.16%-
XYZ4.996.917.2-
YUV67.7130.42106.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=19.79%
G=42.71%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3882720.5400.120.68166.3636.6723.53
Hex265248360C44a62518
Octal46122110660141042464530
Binary100110101001010010001101100110010001001010011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265248; }

 p { color: rgb(38,82,72); }

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

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

 a { background-color: rgb(38,82,72); }

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

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

 span { border-color: rgb(38,82,72); }

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