Html Css Color HEX #245240 Te Papa Green

📋 copy color: '#245240'

red 36 ◦ green 82 ◦ blue 64

#245240
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #245240

Tints of Te Papa Green #245240

RGB

 RED value IS 36 (14.45% from 255) = 19.78%

 GREEN value IS 82 (32.42% from 255) = 45.05%

 BLUE value IS 64 (25.39% from 255) = 35.16%

R = 19.78%
G = 45.05%
B = 35.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#245240 (or 0x245240) is known color: Te Papa Green. HEX triplet: 24, 52 and 40. RGB value is (36,82,64). Sum of RGB (Red+Green+Blue) = 36+82+64=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #245240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245240 is #DBADBF. Grayscale: #424242. Windows color (decimal): -14396864 or 4215332. OLE color: 4215332.

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

Color convert

RGB 36 82 64 -
CMYK 0.56 0 0.22 0.68
HSL 156.52º 0.39% 0.23% -
HSV(B) 156.52º 0.56% 0.32% -
XYZ 4.67 6.78 5.91 -
YUV 66.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 36 82 64 0.56 0 0.22 0.68 156.52 0.39 0.23
Hex 24 52 40 38 0 16 44 9D 27 17
Octal 44 122 100 70 0 26 104 235 47 27
Binary 100100 1010010 1000000 111000 0 10110 1000100 10011101 100111 10111

Color Harmonies of #245240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245240

Black with #245240

Text Example


Text Example

White with #245240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245240; }

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

 H1.HeaderClassName
 {
   color: #245240;
 }
 .AnyTagClassName
 {
   color: #245240;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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