Html Css Color HEX #315244 Te Papa Green

📋 copy color: '#315244'

red 49 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #315244

Tints of Te Papa Green #315244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 24.62%
G = 41.21%
B = 34.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#315244 (or 0x315244) is known color: Te Papa Green. HEX triplet: 31, 52 and 44. RGB value is (49,82,68). Sum of RGB (Red+Green+Blue) = 49+82+68=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 82 - color contains mainly: green. Hex color #315244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315244 is #CEADBB. Grayscale: #464646. Windows color (decimal): -13544892 or 4477489. OLE color: 4477489.

HSL color Cylindrical-coordinate representation of color #315244: hue angle of 154.55º 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 #315244 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 82 68 -
CMYK 0.40 0 0.17 0.68
HSL 154.55º 0.25% 0.26% -
HSV(B) 154.55º 0.4% 0.32% -
XYZ 5.33 7.1 6.56 -
YUV 70.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 49 82 68 0.40 0 0.17 0.68 154.55 0.25 0.26
Hex 31 52 44 28 0 11 44 9B 19 1A
Octal 61 122 104 50 0 21 104 233 31 32
Binary 110001 1010010 1000100 101000 0 10001 1000100 10011011 11001 11010

Color Harmonies of #315244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315244

Black with #315244

Text Example


Text Example

White with #315244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315244; }

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

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

background-color css

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

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

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

border-color css

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

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

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