Html Css Color HEX #315242 Te Papa Green

📋 copy color: '#315242'

red 49 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #315242

Tints of Te Papa Green #315242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.5%

R = 24.87%
G = 41.62%
B = 33.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#315242 (or 0x315242) is known color: Te Papa Green. HEX triplet: 31, 52 and 42. RGB value is (49,82,66). Sum of RGB (Red+Green+Blue) = 49+82+66=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #315242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315242 is #CEADBD. Grayscale: #464646. Windows color (decimal): -13544894 or 4346417. OLE color: 4346417.

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

Color convert

RGB 49 82 66 -
CMYK 0.40 0 0.20 0.68
HSL 150.91º 0.25% 0.26% -
HSV(B) 150.91º 0.4% 0.32% -
XYZ 5.27 7.08 6.24 -
YUV 70.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 49 82 66 0.40 0 0.20 0.68 150.91 0.25 0.26
Hex 31 52 42 28 0 14 44 97 19 1A
Octal 61 122 102 50 0 24 104 227 31 32
Binary 110001 1010010 1000010 101000 0 10100 1000100 10010111 11001 11010

Color Harmonies of #315242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315242

Black with #315242

Text Example


Text Example

White with #315242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315242; }

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

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

background-color css

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

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

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

border-color css

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

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

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