#245140

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

Shades of Te Papa Green #245140

Tints of Te Papa Green #245140

Color information

#245140 (or 0x245140) is unknown color: approx Te Papa Green. HEX triplet: 24, 51 and 40. RGB value is (36,81,64). Sum of RGB (Red+Green+Blue) = 36+81+64=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #245140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245140 is #DBAEBF. Grayscale: #414141. Windows color (decimal): -14397120 or 4215076. OLE color: 4215076.

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

Color convert

RGB368164-
CMYK0.5600.210.68
HSL157.33º38.46%22.94%-
HSV(B)157.33º55.56%31.76%-
XYZ4.66.635.89-
YUV65.61127.09106.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.89%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=19.89%
G=44.75%
B=35.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3681640.5600.210.68157.3338.4622.94
Hex24514038015449d2617
Octal44121100700251042354627
Binary1001001010001100000011100001010110001001001110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245140; }

 p { color: rgb(36,81,64); }

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

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

 a { background-color: rgb(36,81,64); }

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

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

 span { border-color: rgb(36,81,64); }

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