Html Css Color HEX #254D3D Te Papa Green

📋 copy color: '#254D3D'

red 37 ◦ green 77 ◦ blue 61

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

Shades of Te Papa Green #254D3D

Tints of Te Papa Green #254D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 21.14%
G = 44%
B = 34.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#254D3D (or 0x254D3D) is known color: Te Papa Green. HEX triplet: 25, 4D and 3D. RGB value is (37,77,61). Sum of RGB (Red+Green+Blue) = 37+77+61=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #254D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254D3D is #DAB2C2. Grayscale: #3F3F3F. Windows color (decimal): -14332611 or 4017445. OLE color: 4017445.

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

Color convert

RGB 37 77 61 -
CMYK 0.52 0 0.21 0.70
HSL 156º 0.35% 0.22% -
HSV(B) 156º 0.52% 0.3% -
XYZ 4.26 6.04 5.36 -
YUV 63.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 37 77 61 0.52 0 0.21 0.70 156 0.35 0.22
Hex 25 4D 3D 34 0 15 46 9C 23 16
Octal 45 115 75 64 0 25 106 234 43 26
Binary 100101 1001101 111101 110100 0 10101 1000110 10011100 100011 10110

Color Harmonies of #254D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D3D

Black with #254D3D

Text Example


Text Example

White with #254D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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