Html Css Color HEX #31923D Japanese Laurel

📋 copy color: '#31923D'

red 49 ◦ green 146 ◦ blue 61

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

Shades of Japanese Laurel #31923D

Tints of Japanese Laurel #31923D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 57.03%

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

R = 19.14%
G = 57.03%
B = 23.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#31923D (or 0x31923D) is known color: Japanese Laurel. HEX triplet: 31, 92 and 3D. RGB value is (49,146,61). Sum of RGB (Red+Green+Blue) = 49+146+61=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #31923D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31923D is #CE6DC2. Grayscale: #6B6B6B. Windows color (decimal): -13528515 or 4035121. OLE color: 4035121.

HSL color Cylindrical-coordinate representation of color #31923D: hue angle of 127.42º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31923D is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 146 61 -
CMYK 0.66 0 0.58 0.43
HSL 127.42º 0.5% 0.38% -
HSV(B) 127.42º 0.66% 0.57% -
XYZ 12.39 21.55 7.92 -
YUV 107.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 49 146 61 0.66 0 0.58 0.43 127.42 0.5 0.38
Hex 31 92 3D 42 0 3A 2B 7F 32 26
Octal 61 222 75 102 0 72 53 177 62 46
Binary 110001 10010010 111101 1000010 0 111010 101011 1111111 110010 100110

Color Harmonies of #31923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31923D

Black with #31923D

Text Example


Text Example

White with #31923D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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