Html Css Color HEX #245043 Te Papa Green

📋 copy color: '#245043'

red 36 ◦ green 80 ◦ blue 67

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

Shades of Te Papa Green #245043

Tints of Te Papa Green #245043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 19.67%
G = 43.72%
B = 36.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#245043 (or 0x245043) is known color: Te Papa Green. HEX triplet: 24, 50 and 43. RGB value is (36,80,67). Sum of RGB (Red+Green+Blue) = 36+80+67=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #245043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245043 is #DBAFBC. Grayscale: #414141. Windows color (decimal): -14397373 or 4411428. OLE color: 4411428.

HSL color Cylindrical-coordinate representation of color #245043: hue angle of 162.27º 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 #245043 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 80 67 -
CMYK 0.55 0 0.16 0.69
HSL 162.27º 0.38% 0.23% -
HSV(B) 162.27º 0.55% 0.31% -
XYZ 4.61 6.52 6.33 -
YUV 65.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 36 80 67 0.55 0 0.16 0.69 162.27 0.38 0.23
Hex 24 50 43 37 0 10 45 A2 26 17
Octal 44 120 103 67 0 20 105 242 46 27
Binary 100100 1010000 1000011 110111 0 10000 1000101 10100010 100110 10111

Color Harmonies of #245043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245043

Black with #245043

Text Example


Text Example

White with #245043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245043; }

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

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

background-color css

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

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

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

border-color css

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

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

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