Html Css Color HEX #245542 Te Papa Green

📋 copy color: '#245542'

red 36 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #245542

Tints of Te Papa Green #245542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 19.25%
G = 45.45%
B = 35.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#245542 (or 0x245542) is known color: Te Papa Green. HEX triplet: 24, 55 and 42. RGB value is (36,85,66). Sum of RGB (Red+Green+Blue) = 36+85+66=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #245542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245542 is #DBAABD. Grayscale: #444444. Windows color (decimal): -14396094 or 4347172. OLE color: 4347172.

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

Color convert

RGB 36 85 66 -
CMYK 0.58 0 0.22 0.67
HSL 156.73º 0.4% 0.24% -
HSV(B) 156.73º 0.58% 0.33% -
XYZ 4.96 7.27 6.3 -
YUV 68.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 36 85 66 0.58 0 0.22 0.67 156.73 0.4 0.24
Hex 24 55 42 3A 0 16 43 9D 28 18
Octal 44 125 102 72 0 26 103 235 50 30
Binary 100100 1010101 1000010 111010 0 10110 1000011 10011101 101000 11000

Color Harmonies of #245542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245542

Black with #245542

Text Example


Text Example

White with #245542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245542; }

 p { color: rgb(36,85,66); }

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

background-color css

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

 a { background-color: rgb(36,85,66); }

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

border-color css

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

 span { border-color: rgb(36,85,66); }

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