Html Css Color HEX #315245 Te Papa Green

📋 copy color: '#315245'

red 49 ◦ green 82 ◦ blue 69

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

Shades of Te Papa Green #315245

Tints of Te Papa Green #315245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 24.5%
G = 41%
B = 34.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#315245 (or 0x315245) is known color: Te Papa Green. HEX triplet: 31, 52 and 45. RGB value is (49,82,69). Sum of RGB (Red+Green+Blue) = 49+82+69=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 82 - color contains mainly: green. Hex color #315245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315245 is #CEADBA. Grayscale: #464646. Windows color (decimal): -13544891 or 4543025. OLE color: 4543025.

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

Color convert

RGB 49 82 69 -
CMYK 0.40 0 0.16 0.68
HSL 156.36º 0.25% 0.26% -
HSV(B) 156.36º 0.4% 0.32% -
XYZ 5.36 7.12 6.72 -
YUV 70.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 49 82 69 0.40 0 0.16 0.68 156.36 0.25 0.26
Hex 31 52 45 28 0 10 44 9C 19 1A
Octal 61 122 105 50 0 20 104 234 31 32
Binary 110001 1010010 1000101 101000 0 10000 1000100 10011100 11001 11010

Color Harmonies of #315245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315245

Black with #315245

Text Example


Text Example

White with #315245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315245; }

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

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

background-color css

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

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

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

border-color css

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

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

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