Html Css Color HEX #255146 Te Papa Green

📋 copy color: '#255146'

red 37 ◦ green 81 ◦ blue 70

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

Shades of Te Papa Green #255146

Tints of Te Papa Green #255146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

 BLUE value IS 70 (27.73% from 255) = 37.23%

R = 19.68%
G = 43.09%
B = 37.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#255146 (or 0x255146) is known color: Te Papa Green. HEX triplet: 25, 51 and 46. RGB value is (37,81,70). Sum of RGB (Red+Green+Blue) = 37+81+70=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #255146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255146 is #DAAEB9. Grayscale: #424242. Windows color (decimal): -14331578 or 4608293. OLE color: 4608293.

HSL color Cylindrical-coordinate representation of color #255146: hue angle of 165º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255146 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 81 70 -
CMYK 0.54 0 0.14 0.68
HSL 165º 0.37% 0.23% -
HSV(B) 165º 0.54% 0.32% -
XYZ 4.81 6.72 6.84 -
YUV 66.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 37 81 70 0.54 0 0.14 0.68 165 0.37 0.23
Hex 25 51 46 36 0 E 44 A5 25 17
Octal 45 121 106 66 0 16 104 245 45 27
Binary 100101 1010001 1000110 110110 0 1110 1000100 10100101 100101 10111

Color Harmonies of #255146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255146

Black with #255146

Text Example


Text Example

White with #255146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255146; }

 p { color: rgb(37,81,70); }

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

background-color css

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

 a { background-color: rgb(37,81,70); }

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

border-color css

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

 span { border-color: rgb(37,81,70); }

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