#255240

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

Shades of Te Papa Green #255240

Tints of Te Papa Green #255240

Color information

#255240 (or 0x255240) is unknown color: approx Te Papa Green. HEX triplet: 25, 52 and 40. RGB value is (37,82,64). Sum of RGB (Red+Green+Blue) = 37+82+64=183 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.22% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #255240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255240 is #DAADBF. Grayscale: #424242. Windows color (decimal): -14331328 or 4215333. OLE color: 4215333.

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

Color convert

RGB378264-
CMYK0.5500.220.68
HSL156º37.82%23.33%-
HSV(B)156º54.88%32.16%-
XYZ4.716.85.91-
YUV66.49126.59106.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.22%
GREEN value IS 82 (32.42% from 255) = 44.81%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=20.22%
G=44.81%
B=34.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3782640.5500.220.6815637.8223.33
Hex25524037016449c2617
Octal45122100670261042344627
Binary1001011010010100000011011101011010001001001110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255240; }

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

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

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

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

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

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

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

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