Html Css Color HEX #315443 Te Papa Green

📋 copy color: '#315443'

red 49 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #315443

Tints of Te Papa Green #315443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42%

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

R = 24.5%
G = 42%
B = 33.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#315443 (or 0x315443) is known color: Te Papa Green. HEX triplet: 31, 54 and 43. RGB value is (49,84,67). Sum of RGB (Red+Green+Blue) = 49+84+67=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #315443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315443 is #CEABBC. Grayscale: #474747. Windows color (decimal): -13544381 or 4412465. OLE color: 4412465.

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

Color convert

RGB 49 84 67 -
CMYK 0.42 0 0.20 0.67
HSL 150.86º 0.26% 0.26% -
HSV(B) 150.86º 0.42% 0.33% -
XYZ 5.45 7.4 6.45 -
YUV 71.6 125.4 111.88 -
System Red Green Blue C M Y K H S L
Decimal 49 84 67 0.42 0 0.20 0.67 150.86 0.26 0.26
Hex 31 54 43 2A 0 14 43 97 1A 1A
Octal 61 124 103 52 0 24 103 227 32 32
Binary 110001 1010100 1000011 101010 0 10100 1000011 10010111 11010 11010

Color Harmonies of #315443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315443

Black with #315443

Text Example


Text Example

White with #315443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315443; }

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

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

background-color css

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

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

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

border-color css

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

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

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