Html Css Color HEX #315243 Te Papa Green

📋 copy color: '#315243'

red 49 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #315243

Tints of Te Papa Green #315243

RGB

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

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

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

R = 24.75%
G = 41.41%
B = 33.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#315243 (or 0x315243) is known color: Te Papa Green. HEX triplet: 31, 52 and 43. RGB value is (49,82,67). Sum of RGB (Red+Green+Blue) = 49+82+67=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 82 - color contains mainly: green. Hex color #315243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315243 is #CEADBC. Grayscale: #464646. Windows color (decimal): -13544893 or 4411953. OLE color: 4411953.

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

Color convert

RGB 49 82 67 -
CMYK 0.40 0 0.18 0.68
HSL 152.73º 0.25% 0.26% -
HSV(B) 152.73º 0.4% 0.32% -
XYZ 5.3 7.09 6.4 -
YUV 70.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 49 82 67 0.40 0 0.18 0.68 152.73 0.25 0.26
Hex 31 52 43 28 0 12 44 99 19 1A
Octal 61 122 103 50 0 22 104 231 31 32
Binary 110001 1010010 1000011 101000 0 10010 1000100 10011001 11001 11010

Color Harmonies of #315243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315243

Black with #315243

Text Example


Text Example

White with #315243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315243; }

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

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

background-color css

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

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

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

border-color css

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

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

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