#255242

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

Shades of Te Papa Green #255242

Tints of Te Papa Green #255242

Color information

#255242 (or 0x255242) is unknown color: approx Te Papa Green. HEX triplet: 25, 52 and 42. RGB value is (37,82,66). Sum of RGB (Red+Green+Blue) = 37+82+66=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #255242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255242 is #DAADBD. Grayscale: #424242. Windows color (decimal): -14331326 or 4346405. OLE color: 4346405.

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

Color convert

RGB378266-
CMYK0.5500.200.68
HSL158.67º37.82%23.33%-
HSV(B)158.67º54.88%32.16%-
XYZ4.766.826.22-
YUV66.72127.59106.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 82 (32.42% from 255) = 44.32%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=20%
G=44.32%
B=35.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782660.5500.200.68158.6737.8223.33
Hex25524237014449f2617
Octal45122102670241042374627
Binary1001011010010100001011011101010010001001001111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255242; }

 p { color: rgb(37,82,66); }

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

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

 a { background-color: rgb(37,82,66); }

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

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

 span { border-color: rgb(37,82,66); }

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