Html Css Color HEX #31423C Te Papa Green

📋 copy color: '#31423C'

red 49 ◦ green 66 ◦ blue 60

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

Shades of Te Papa Green #31423C

Tints of Te Papa Green #31423C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 28%
G = 37.71%
B = 34.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#31423C (or 0x31423C) is known color: Te Papa Green. HEX triplet: 31, 42 and 3C. RGB value is (49,66,60). Sum of RGB (Red+Green+Blue) = 49+66+60=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 66 - color contains mainly: green. Hex color #31423C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31423C is #CEBDC3. Grayscale: #3C3C3C. Windows color (decimal): -13548996 or 3949105. OLE color: 3949105.

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

Color convert

RGB 49 66 60 -
CMYK 0.26 0 0.09 0.74
HSL 158.82º 0.15% 0.23% -
HSV(B) 158.82º 0.26% 0.26% -
XYZ 4.03 4.88 5 -
YUV 60.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 49 66 60 0.26 0 0.09 0.74 158.82 0.15 0.23
Hex 31 42 3C 1A 0 9 4A 9F F 17
Octal 61 102 74 32 0 11 112 237 17 27
Binary 110001 1000010 111100 11010 0 1001 1001010 10011111 1111 10111

Color Harmonies of #31423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31423C

Black with #31423C

Text Example


Text Example

White with #31423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31423C; }

 p { color: rgb(49,66,60); }

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

background-color css

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

 a { background-color: rgb(49,66,60); }

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

border-color css

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

 span { border-color: rgb(49,66,60); }

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