Html Css Color HEX #245040 Te Papa Green

📋 copy color: '#245040'

red 36 ◦ green 80 ◦ blue 64

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

Shades of Te Papa Green #245040

Tints of Te Papa Green #245040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.44%

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

R = 20%
G = 44.44%
B = 35.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#245040 (or 0x245040) is known color: Te Papa Green. HEX triplet: 24, 50 and 40. RGB value is (36,80,64). Sum of RGB (Red+Green+Blue) = 36+80+64=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #245040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245040 is #DBAFBF. Grayscale: #414141. Windows color (decimal): -14397376 or 4214820. OLE color: 4214820.

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

Color convert

RGB 36 80 64 -
CMYK 0.55 0 0.20 0.69
HSL 158.18º 0.38% 0.23% -
HSV(B) 158.18º 0.55% 0.31% -
XYZ 4.52 6.48 5.86 -
YUV 65.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 36 80 64 0.55 0 0.20 0.69 158.18 0.38 0.23
Hex 24 50 40 37 0 14 45 9E 26 17
Octal 44 120 100 67 0 24 105 236 46 27
Binary 100100 1010000 1000000 110111 0 10100 1000101 10011110 100110 10111

Color Harmonies of #245040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245040

Black with #245040

Text Example


Text Example

White with #245040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245040; }

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

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

background-color css

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

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

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

border-color css

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

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

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