#26453C

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

Shades of Te Papa Green #26453C

Tints of Te Papa Green #26453C

Color information

#26453C (or 0x26453C) is unknown color: approx Te Papa Green. HEX triplet: 26, 45 and 3C. RGB value is (38,69,60). Sum of RGB (Red+Green+Blue) = 38+69+60=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 60 (23.83% from 255 or 35.93% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #26453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26453C is #D9BAC3. Grayscale: #3A3A3A. Windows color (decimal): -14269124 or 3949862. OLE color: 3949862.

HSL color Cylindrical-coordinate representation of color #26453C: hue angle of 162.58º degrees, saturation: 0.29, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #26453C is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB386960-
CMYK0.4500.130.73
HSL162.58º28.97%20.98%-
HSV(B)162.58º44.93%27.06%-
XYZ3.744.995.04-
YUV58.7128.73113.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 60 (23.83% from 255) = 35.93%
R=22.75%
G=41.32%
B=35.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3869600.4500.130.73162.5828.9720.98
Hex26453C2D0D49a31d15
Octal4610574550151112433525
Binary1001101000101111100101101011011001001101000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26453C; }

 p { color: rgb(38,69,60); }

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

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

 a { background-color: rgb(38,69,60); }

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

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

 span { border-color: rgb(38,69,60); }

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