Html Css Color HEX #255246 Te Papa Green

📋 copy color: '#255246'

red 37 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #255246

Tints of Te Papa Green #255246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.39%

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

R = 19.58%
G = 43.39%
B = 37.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#255246 (or 0x255246) is known color: Te Papa Green. HEX triplet: 25, 52 and 46. RGB value is (37,82,70). Sum of RGB (Red+Green+Blue) = 37+82+70=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #255246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255246 is #DAADB9. Grayscale: #434343. Windows color (decimal): -14331322 or 4608549. OLE color: 4608549.

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

Color convert

RGB 37 82 70 -
CMYK 0.55 0 0.15 0.68
HSL 164º 0.38% 0.23% -
HSV(B) 164º 0.55% 0.32% -
XYZ 4.89 6.87 6.86 -
YUV 67.18 129.59 106.48 -
System Red Green Blue C M Y K H S L
Decimal 37 82 70 0.55 0 0.15 0.68 164 0.38 0.23
Hex 25 52 46 37 0 F 44 A4 26 17
Octal 45 122 106 67 0 17 104 244 46 27
Binary 100101 1010010 1000110 110111 0 1111 1000100 10100100 100110 10111

Color Harmonies of #255246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255246

Black with #255246

Text Example


Text Example

White with #255246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255246; }

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

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

background-color css

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

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

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

border-color css

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

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

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