Html Css Color HEX #254F44 Te Papa Green

📋 copy color: '#254F44'

red 37 ◦ green 79 ◦ blue 68

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

Shades of Te Papa Green #254F44

Tints of Te Papa Green #254F44

RGB

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

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

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

R = 20.11%
G = 42.93%
B = 36.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#254F44 (or 0x254F44) is known color: Te Papa Green. HEX triplet: 25, 4F and 44. RGB value is (37,79,68). Sum of RGB (Red+Green+Blue) = 37+79+68=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 79 - color contains mainly: green. Hex color #254F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254F44 is #DAB0BB. Grayscale: #414141. Windows color (decimal): -14332092 or 4476709. OLE color: 4476709.

HSL color Cylindrical-coordinate representation of color #254F44: hue angle of 164.29º 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 #254F44 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 79 68 -
CMYK 0.53 0 0.14 0.69
HSL 164.29º 0.36% 0.23% -
HSV(B) 164.29º 0.53% 0.31% -
XYZ 4.6 6.4 6.46 -
YUV 65.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 37 79 68 0.53 0 0.14 0.69 164.29 0.36 0.23
Hex 25 4F 44 35 0 E 45 A4 24 17
Octal 45 117 104 65 0 16 105 244 44 27
Binary 100101 1001111 1000100 110101 0 1110 1000101 10100100 100100 10111

Color Harmonies of #254F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254F44

Black with #254F44

Text Example


Text Example

White with #254F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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