Html Css Color HEX #245044 Te Papa Green

📋 copy color: '#245044'

red 36 ◦ green 80 ◦ blue 68

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

Shades of Te Papa Green #245044

Tints of Te Papa Green #245044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 19.57%
G = 43.48%
B = 36.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#245044 (or 0x245044) is known color: Te Papa Green. HEX triplet: 24, 50 and 44. RGB value is (36,80,68). Sum of RGB (Red+Green+Blue) = 36+80+68=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 80 - color contains mainly: green. Hex color #245044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245044 is #DBAFBB. Grayscale: #414141. Windows color (decimal): -14397372 or 4476964. OLE color: 4476964.

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

Color convert

RGB 36 80 68 -
CMYK 0.55 0 0.15 0.69
HSL 163.64º 0.38% 0.23% -
HSV(B) 163.64º 0.55% 0.31% -
XYZ 4.64 6.53 6.48 -
YUV 65.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 36 80 68 0.55 0 0.15 0.69 163.64 0.38 0.23
Hex 24 50 44 37 0 F 45 A4 26 17
Octal 44 120 104 67 0 17 105 244 46 27
Binary 100100 1010000 1000100 110111 0 1111 1000101 10100100 100110 10111

Color Harmonies of #245044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245044

Black with #245044

Text Example


Text Example

White with #245044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245044; }

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

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

background-color css

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

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

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

border-color css

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

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

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