Html Css Color HEX #315343 Te Papa Green

📋 copy color: '#315343'

red 49 ◦ green 83 ◦ blue 67

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

Shades of Te Papa Green #315343

Tints of Te Papa Green #315343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.67%

R = 24.62%
G = 41.71%
B = 33.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#315343 (or 0x315343) is known color: Te Papa Green. HEX triplet: 31, 53 and 43. RGB value is (49,83,67). Sum of RGB (Red+Green+Blue) = 49+83+67=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #315343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315343 is #CEACBC. Grayscale: #474747. Windows color (decimal): -13544637 or 4412209. OLE color: 4412209.

HSL color Cylindrical-coordinate representation of color #315343: hue angle of 151.76º 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 #315343 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 67 -
CMYK 0.41 0 0.19 0.67
HSL 151.76º 0.26% 0.26% -
HSV(B) 151.76º 0.41% 0.33% -
XYZ 5.37 7.24 6.43 -
YUV 71.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 49 83 67 0.41 0 0.19 0.67 151.76 0.26 0.26
Hex 31 53 43 29 0 13 43 98 1A 1A
Octal 61 123 103 51 0 23 103 230 32 32
Binary 110001 1010011 1000011 101001 0 10011 1000011 10011000 11010 11010

Color Harmonies of #315343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315343

Black with #315343

Text Example


Text Example

White with #315343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315343; }

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

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

background-color css

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

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

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

border-color css

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

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

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