Html Css Color HEX #245241 Te Papa Green

📋 copy color: '#245241'

red 36 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #245241

Tints of Te Papa Green #245241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 19.67%
G = 44.81%
B = 35.52%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#245241 (or 0x245241) is known color: Te Papa Green. HEX triplet: 24, 52 and 41. RGB value is (36,82,65). Sum of RGB (Red+Green+Blue) = 36+82+65=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #245241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245241 is #DBADBE. Grayscale: #424242. Windows color (decimal): -14396863 or 4280868. OLE color: 4280868.

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

Color convert

RGB 36 82 65 -
CMYK 0.56 0 0.21 0.68
HSL 157.83º 0.39% 0.23% -
HSV(B) 157.83º 0.56% 0.32% -
XYZ 4.7 6.79 6.06 -
YUV 66.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 36 82 65 0.56 0 0.21 0.68 157.83 0.39 0.23
Hex 24 52 41 38 0 15 44 9E 27 17
Octal 44 122 101 70 0 25 104 236 47 27
Binary 100100 1010010 1000001 111000 0 10101 1000100 10011110 100111 10111

Color Harmonies of #245241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245241

Black with #245241

Text Example


Text Example

White with #245241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245241; }

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

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

background-color css

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

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

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

border-color css

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

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

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