#25453C

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

Shades of Te Papa Green #25453C

Tints of Te Papa Green #25453C

Color information

#25453C (or 0x25453C) is unknown color: approx Te Papa Green. HEX triplet: 25, 45 and 3C. RGB value is (37,69,60). Sum of RGB (Red+Green+Blue) = 37+69+60=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #25453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25453C is #DABAC3. Grayscale: #3A3A3A. Windows color (decimal): -14334660 or 3949861. OLE color: 3949861.

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

Color convert

RGB376960-
CMYK0.4600.130.73
HSL163.12º30.19%20.78%-
HSV(B)163.12º46.38%27.06%-
XYZ3.714.985.04-
YUV58.41128.9112.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=22.29%
G=41.57%
B=36.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3769600.4600.130.73163.1230.1920.78
Hex25453C2E0D49a31e15
Octal4510574560151112433625
Binary1001011000101111100101110011011001001101000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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