Html Css Color HEX #245641 Te Papa Green

📋 copy color: '#245641'

red 36 ◦ green 86 ◦ blue 65

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

Shades of Te Papa Green #245641

Tints of Te Papa Green #245641

RGB

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

 GREEN value IS 86 (33.98% from 255) = 45.99%

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

R = 19.25%
G = 45.99%
B = 34.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#245641 (or 0x245641) is known color: Te Papa Green. HEX triplet: 24, 56 and 41. RGB value is (36,86,65). Sum of RGB (Red+Green+Blue) = 36+86+65=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 86 (33.98% from 255 or 45.99% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 86 - color contains mainly: green. Hex color #245641 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245641 is #DBA9BE. Grayscale: #444444. Windows color (decimal): -14395839 or 4281892. OLE color: 4281892.

HSL color Cylindrical-coordinate representation of color #245641: hue angle of 154.8º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245641 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 86 65 -
CMYK 0.58 0 0.24 0.66
HSL 154.8º 0.41% 0.24% -
HSV(B) 154.8º 0.58% 0.34% -
XYZ 5.01 7.41 6.17 -
YUV 68.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 36 86 65 0.58 0 0.24 0.66 154.8 0.41 0.24
Hex 24 56 41 3A 0 18 42 9B 29 18
Octal 44 126 101 72 0 30 102 233 51 30
Binary 100100 1010110 1000001 111010 0 11000 1000010 10011011 101001 11000

Color Harmonies of #245641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245641

Black with #245641

Text Example


Text Example

White with #245641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245641; }

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

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

background-color css

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

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

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

border-color css

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

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

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