Html Css Color HEX #254D41 Te Papa Green

📋 copy color: '#254D41'

red 37 ◦ green 77 ◦ blue 65

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

Shades of Te Papa Green #254D41

Tints of Te Papa Green #254D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 20.67%
G = 43.02%
B = 36.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#254D41 (or 0x254D41) is known color: Te Papa Green. HEX triplet: 25, 4D and 41. RGB value is (37,77,65). Sum of RGB (Red+Green+Blue) = 37+77+65=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #254D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D41 is #DAB2BE. Grayscale: #3F3F3F. Windows color (decimal): -14332607 or 4279589. OLE color: 4279589.

HSL color Cylindrical-coordinate representation of color #254D41: hue angle of 162º 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 #254D41 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 37 77 65 -
CMYK 0.52 0 0.16 0.70
HSL 162º 0.35% 0.22% -
HSV(B) 162º 0.52% 0.3% -
XYZ 4.37 6.08 5.94 -
YUV 63.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 37 77 65 0.52 0 0.16 0.70 162 0.35 0.22
Hex 25 4D 41 34 0 10 46 A2 23 16
Octal 45 115 101 64 0 20 106 242 43 26
Binary 100101 1001101 1000001 110100 0 10000 1000110 10100010 100011 10110

Color Harmonies of #254D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D41

Black with #254D41

Text Example


Text Example

White with #254D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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