Html Css Color HEX #31433D Te Papa Green

📋 copy color: '#31433D'

red 49 ◦ green 67 ◦ blue 61

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

Shades of Te Papa Green #31433D

Tints of Te Papa Green #31433D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.85%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 27.68%
G = 37.85%
B = 34.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#31433D (or 0x31433D) is known color: Te Papa Green. HEX triplet: 31, 43 and 3D. RGB value is (49,67,61). Sum of RGB (Red+Green+Blue) = 49+67+61=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 67 - color contains mainly: green. Hex color #31433D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31433D is #CEBCC2. Grayscale: #3C3C3C. Windows color (decimal): -13548739 or 4014897. OLE color: 4014897.

HSL color Cylindrical-coordinate representation of color #31433D: hue angle of 160º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #31433D is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 49 67 61 -
CMYK 0.27 0 0.09 0.74
HSL 160º 0.16% 0.23% -
HSV(B) 160º 0.27% 0.26% -
XYZ 4.12 5 5.16 -
YUV 60.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 49 67 61 0.27 0 0.09 0.74 160 0.16 0.23
Hex 31 43 3D 1B 0 9 4A A0 10 17
Octal 61 103 75 33 0 11 112 240 20 27
Binary 110001 1000011 111101 11011 0 1001 1001010 10100000 10000 10111

Color Harmonies of #31433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31433D

Black with #31433D

Text Example


Text Example

White with #31433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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