Html Css Color HEX #254B41 Te Papa Green

📋 copy color: '#254B41'

red 37 ◦ green 75 ◦ blue 65

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

Shades of Te Papa Green #254B41

Tints of Te Papa Green #254B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.37%

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

R = 20.9%
G = 42.37%
B = 36.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#254B41 (or 0x254B41) is known color: Te Papa Green. HEX triplet: 25, 4B and 41. RGB value is (37,75,65). Sum of RGB (Red+Green+Blue) = 37+75+65=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #254B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254B41 is #DAB4BE. Grayscale: #3E3E3E. Windows color (decimal): -14333119 or 4279077. OLE color: 4279077.

HSL color Cylindrical-coordinate representation of color #254B41: hue angle of 164.21º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #254B41 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 75 65 -
CMYK 0.51 0 0.13 0.71
HSL 164.21º 0.34% 0.22% -
HSV(B) 164.21º 0.51% 0.29% -
XYZ 4.23 5.81 5.9 -
YUV 62.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 37 75 65 0.51 0 0.13 0.71 164.21 0.34 0.22
Hex 25 4B 41 33 0 D 47 A4 22 16
Octal 45 113 101 63 0 15 107 244 42 26
Binary 100101 1001011 1000001 110011 0 1101 1000111 10100100 100010 10110

Color Harmonies of #254B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B41

Black with #254B41

Text Example


Text Example

White with #254B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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