Html Css Color HEX #245446 Te Papa Green

📋 copy color: '#245446'

red 36 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #245446

Tints of Te Papa Green #245446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.21%

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 18.95%
G = 44.21%
B = 36.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#245446 (or 0x245446) is known color: Te Papa Green. HEX triplet: 24, 54 and 46. RGB value is (36,84,70). Sum of RGB (Red+Green+Blue) = 36+84+70=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #245446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245446 is #DBABB9. Grayscale: #444444. Windows color (decimal): -14396346 or 4609060. OLE color: 4609060.

HSL color Cylindrical-coordinate representation of color #245446: hue angle of 162.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245446 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 84 70 -
CMYK 0.57 0 0.17 0.67
HSL 162.5º 0.4% 0.24% -
HSV(B) 162.5º 0.57% 0.33% -
XYZ 5 7.16 6.91 -
YUV 68.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 36 84 70 0.57 0 0.17 0.67 162.5 0.4 0.24
Hex 24 54 46 39 0 11 43 A2 28 18
Octal 44 124 106 71 0 21 103 242 50 30
Binary 100100 1010100 1000110 111001 0 10001 1000011 10100010 101000 11000

Color Harmonies of #245446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245446

Black with #245446

Text Example


Text Example

White with #245446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245446; }

 p { color: rgb(36,84,70); }

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

background-color css

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

 a { background-color: rgb(36,84,70); }

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

border-color css

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

 span { border-color: rgb(36,84,70); }

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