Html Css Color HEX #254F45 Te Papa Green

📋 copy color: '#254F45'

red 37 ◦ green 79 ◦ blue 69

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

Shades of Te Papa Green #254F45

Tints of Te Papa Green #254F45

RGB

 RED value IS 37 (14.84% from 255) = 20%

 GREEN value IS 79 (31.25% from 255) = 42.7%

 BLUE value IS 69 (27.34% from 255) = 37.3%

R = 20%
G = 42.7%
B = 37.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#254F45 (or 0x254F45) is known color: Te Papa Green. HEX triplet: 25, 4F and 45. RGB value is (37,79,69). Sum of RGB (Red+Green+Blue) = 37+79+69=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #254F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F45 is #DAB0BA. Grayscale: #414141. Windows color (decimal): -14332091 or 4542245. OLE color: 4542245.

HSL color Cylindrical-coordinate representation of color #254F45: hue angle of 165.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254F45 is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 79 69 -
CMYK 0.53 0 0.13 0.69
HSL 165.71º 0.36% 0.23% -
HSV(B) 165.71º 0.53% 0.31% -
XYZ 4.63 6.41 6.62 -
YUV 65.3 130.09 107.81 -
System Red Green Blue C M Y K H S L
Decimal 37 79 69 0.53 0 0.13 0.69 165.71 0.36 0.23
Hex 25 4F 45 35 0 D 45 A6 24 17
Octal 45 117 105 65 0 15 105 246 44 27
Binary 100101 1001111 1000101 110101 0 1101 1000101 10100110 100100 10111

Color Harmonies of #254F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F45

Black with #254F45

Text Example


Text Example

White with #254F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254F45; }

 p { color: rgb(37,79,69); }

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

background-color css

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

 a { background-color: rgb(37,79,69); }

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

border-color css

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

 span { border-color: rgb(37,79,69); }

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