Html Css Color HEX #254D40 Te Papa Green

📋 copy color: '#254D40'

red 37 ◦ green 77 ◦ blue 64

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

Shades of Te Papa Green #254D40

Tints of Te Papa Green #254D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.26%

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 20.79%
G = 43.26%
B = 35.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#254D40 (or 0x254D40) is known color: Te Papa Green. HEX triplet: 25, 4D and 40. RGB value is (37,77,64). Sum of RGB (Red+Green+Blue) = 37+77+64=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #254D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D40 is #DAB2BF. Grayscale: #3F3F3F. Windows color (decimal): -14332608 or 4214053. OLE color: 4214053.

HSL color Cylindrical-coordinate representation of color #254D40: hue angle of 160.5º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #254D40 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 77 64 -
CMYK 0.52 0 0.17 0.70
HSL 160.5º 0.35% 0.22% -
HSV(B) 160.5º 0.52% 0.3% -
XYZ 4.34 6.07 5.79 -
YUV 63.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 37 77 64 0.52 0 0.17 0.70 160.5 0.35 0.22
Hex 25 4D 40 34 0 11 46 A0 23 16
Octal 45 115 100 64 0 21 106 240 43 26
Binary 100101 1001101 1000000 110100 0 10001 1000110 10100000 100011 10110

Color Harmonies of #254D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D40

Black with #254D40

Text Example


Text Example

White with #254D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,77,64); }

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

background-color css

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

 a { background-color: rgb(37,77,64); }

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

border-color css

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

 span { border-color: rgb(37,77,64); }

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