Html Css Color HEX #254A40 Te Papa Green

📋 copy color: '#254A40'

red 37 ◦ green 74 ◦ blue 64

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

Shades of Te Papa Green #254A40

Tints of Te Papa Green #254A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 42.29%

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

R = 21.14%
G = 42.29%
B = 36.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#254A40 (or 0x254A40) is known color: Te Papa Green. HEX triplet: 25, 4A and 40. RGB value is (37,74,64). Sum of RGB (Red+Green+Blue) = 37+74+64=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 74 - color contains mainly: green. Hex color #254A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254A40 is #DAB5BF. Grayscale: #3D3D3D. Windows color (decimal): -14333376 or 4213285. OLE color: 4213285.

HSL color Cylindrical-coordinate representation of color #254A40: hue angle of 163.78º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #254A40 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 74 64 -
CMYK 0.50 0 0.14 0.71
HSL 163.78º 0.33% 0.22% -
HSV(B) 163.78º 0.5% 0.29% -
XYZ 4.14 5.66 5.73 -
YUV 61.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 37 74 64 0.50 0 0.14 0.71 163.78 0.33 0.22
Hex 25 4A 40 32 0 E 47 A4 21 16
Octal 45 112 100 62 0 16 107 244 41 26
Binary 100101 1001010 1000000 110010 0 1110 1000111 10100100 100001 10110

Color Harmonies of #254A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A40

Black with #254A40

Text Example


Text Example

White with #254A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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