Html Css Color HEX #315342 Te Papa Green

📋 copy color: '#315342'

red 49 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #315342

Tints of Te Papa Green #315342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.92%

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

R = 24.75%
G = 41.92%
B = 33.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#315342 (or 0x315342) is known color: Te Papa Green. HEX triplet: 31, 53 and 42. RGB value is (49,83,66). Sum of RGB (Red+Green+Blue) = 49+83+66=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #315342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315342 is #CEACBD. Grayscale: #464646. Windows color (decimal): -13544638 or 4346673. OLE color: 4346673.

HSL color Cylindrical-coordinate representation of color #315342: hue angle of 150º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315342 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 66 -
CMYK 0.41 0 0.20 0.67
HSL 150º 0.26% 0.26% -
HSV(B) 150º 0.41% 0.33% -
XYZ 5.34 7.23 6.27 -
YUV 70.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 49 83 66 0.41 0 0.20 0.67 150 0.26 0.26
Hex 31 53 42 29 0 14 43 96 1A 1A
Octal 61 123 102 51 0 24 103 226 32 32
Binary 110001 1010011 1000010 101001 0 10100 1000011 10010110 11010 11010

Color Harmonies of #315342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315342

Black with #315342

Text Example


Text Example

White with #315342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315342; }

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

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

background-color css

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

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

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

border-color css

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

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

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