Html Css Color HEX #315246 Te Papa Green

📋 copy color: '#315246'

red 49 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #315246

Tints of Te Papa Green #315246

RGB

 RED value IS 49 (19.53% from 255) = 24.38%

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

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

R = 24.38%
G = 40.8%
B = 34.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#315246 (or 0x315246) is known color: Te Papa Green. HEX triplet: 31, 52 and 46. RGB value is (49,82,70). Sum of RGB (Red+Green+Blue) = 49+82+70=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 82 - color contains mainly: green. Hex color #315246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315246 is #CEADB9. Grayscale: #464646. Windows color (decimal): -13544890 or 4608561. OLE color: 4608561.

HSL color Cylindrical-coordinate representation of color #315246: hue angle of 158.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315246 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 70 -
CMYK 0.40 0 0.15 0.68
HSL 158.18º 0.25% 0.26% -
HSV(B) 158.18º 0.4% 0.32% -
XYZ 5.39 7.13 6.89 -
YUV 70.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 49 82 70 0.40 0 0.15 0.68 158.18 0.25 0.26
Hex 31 52 46 28 0 F 44 9E 19 1A
Octal 61 122 106 50 0 17 104 236 31 32
Binary 110001 1010010 1000110 101000 0 1111 1000100 10011110 11001 11010

Color Harmonies of #315246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315246

Black with #315246

Text Example


Text Example

White with #315246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315246; }

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

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

background-color css

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

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

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

border-color css

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

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

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