Html Css Color HEX #31A143 Chateau Green

📋 copy color: '#31A143'

red 49 ◦ green 161 ◦ blue 67

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

Shades of Chateau Green #31A143

Tints of Chateau Green #31A143

RGB

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

 GREEN value IS 161 (63.28% from 255) = 58.12%

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

R = 17.69%
G = 58.12%
B = 24.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#31A143 (or 0x31A143) is known color: Chateau Green. HEX triplet: 31, A1 and 43. RGB value is (49,161,67). Sum of RGB (Red+Green+Blue) = 49+161+67=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 161 (63.28% from 255 or 58.12% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 161 - color contains mainly: green. Hex color #31A143 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A143 is #CE5EBC. Grayscale: #757575. Windows color (decimal): -13524669 or 4432177. OLE color: 4432177.

HSL color Cylindrical-coordinate representation of color #31A143: hue angle of 129.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A143 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 161 67 -
CMYK 0.70 0 0.58 0.37
HSL 129.64º 0.53% 0.41% -
HSV(B) 129.64º 0.7% 0.63% -
XYZ 15.02 26.55 9.64 -
YUV 116.8 99.89 79.64 -
System Red Green Blue C M Y K H S L
Decimal 49 161 67 0.70 0 0.58 0.37 129.64 0.53 0.41
Hex 31 A1 43 46 0 3A 25 82 35 29
Octal 61 241 103 106 0 72 45 202 65 51
Binary 110001 10100001 1000011 1000110 0 111010 100101 10000010 110101 101001

Color Harmonies of #31A143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A143

Black with #31A143

Text Example


Text Example

White with #31A143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31A143; }

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

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

background-color css

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

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

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

border-color css

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

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

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